This is a library that extends Spring Boot functionality and offers a convenient and easy way to expose a domain's CRUD (Create, Read, Update, Delete) operations.
To add a dependency on Guava using Maven, use the following:
<dependency>
<groupId>com.agileactors</groupId>
<artifactId>agile-actors-spring-boot-crud-api</artifactId>
<version>1.0.0-202208260620</version>
</dependency>
To add a dependency using Gradle:
dependencies {
implementation("com.agileactors:agile-actors-spring-boot-crud-api:1.0.0-202208260620")
}
For more information on when to use api
and when to use implementation
,
consult the
Gradle documentation on API and implementation separation.
View Javadoc to see how it works!