is not current version
Last Version 1.3.0-RELEASE

com.github.eoscode:spring-api-tools 1.2.0-RELEASE

Tools for spring api. Create CRUD without code, use abstractions for Repository, Service and Resource with supported for dynamic query.

GroupId

GroupId

com.github.eoscode
ArtifactId

ArtifactId

spring-api-tools
Version

Version

1.2.0-RELEASE
Type

Type

jar

Download spring-api-tools 1.2.0-RELEASE


<!-- https://jarcasting.com/artifacts/com.github.eoscode/spring-api-tools/ -->
<dependency>
    <groupId>com.github.eoscode</groupId>
    <artifactId>spring-api-tools</artifactId>
    <version>1.2.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.eoscode/spring-api-tools/
implementation 'com.github.eoscode:spring-api-tools:1.2.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.eoscode/spring-api-tools/
implementation ("com.github.eoscode:spring-api-tools:1.2.0-RELEASE")
'com.github.eoscode:spring-api-tools:jar:1.2.0-RELEASE'
<dependency org="com.github.eoscode" name="spring-api-tools" rev="1.2.0-RELEASE">
  <artifact name="spring-api-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.eoscode', module='spring-api-tools', version='1.2.0-RELEASE')
)
libraryDependencies += "com.github.eoscode" % "spring-api-tools" % "1.2.0-RELEASE"
[com.github.eoscode/spring-api-tools "1.2.0-RELEASE"]