не последняя версия
Последняя версия 1.3.0-RELEASE

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

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

Группа

Группа

com.github.eoscode
Идентификатор

Идентификатор

spring-api-tools
Версия

Версия

1.1.0-RELEASE
Тип

Тип

jar

Скачать spring-api-tools 1.1.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.1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.eoscode/spring-api-tools/
implementation 'com.github.eoscode:spring-api-tools:1.1.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.eoscode/spring-api-tools/
implementation ("com.github.eoscode:spring-api-tools:1.1.0-RELEASE")
'com.github.eoscode:spring-api-tools:jar:1.1.0-RELEASE'
<dependency org="com.github.eoscode" name="spring-api-tools" rev="1.1.0-RELEASE">
  <artifact name="spring-api-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.eoscode', module='spring-api-tools', version='1.1.0-RELEASE')
)
libraryDependencies += "com.github.eoscode" % "spring-api-tools" % "1.1.0-RELEASE"
[com.github.eoscode/spring-api-tools "1.1.0-RELEASE"]