Last Version

spring-api-tools 1.3.0-RELEASE

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

License

License

GroupId

GroupId

com.github.eoscode
ArtifactId

ArtifactId

spring-api-tools
Version

Version

1.3.0-RELEASE
Type

Type

jar
Description

Description

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

Project URL

https://github.com/eoscode/spring-api-tools
Project Organization

Project Organization

com.github.eoscode
Source Code Management

Source Code Management

https://github.com/eoscode/spring-api-tools

Download spring-api-tools 1.3.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.3.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.eoscode/spring-api-tools/
implementation 'com.github.eoscode:spring-api-tools:1.3.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.eoscode/spring-api-tools/
implementation ("com.github.eoscode:spring-api-tools:1.3.0-RELEASE")
'com.github.eoscode:spring-api-tools:jar:1.3.0-RELEASE'
<dependency org="com.github.eoscode" name="spring-api-tools" rev="1.3.0-RELEASE">
  <artifact name="spring-api-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.eoscode', module='spring-api-tools', version='1.3.0-RELEASE')
)
libraryDependencies += "com.github.eoscode" % "spring-api-tools" % "1.3.0-RELEASE"
[com.github.eoscode/spring-api-tools "1.3.0-RELEASE"]

Dependencies

compile (15)

Group / Artifact Type Version
org.springframework.data : spring-data-jpa jar
javax.persistence : javax.persistence-api jar 2.2
javax.annotation : javax.annotation-api jar 1.3.2
javax.validation : validation-api jar 2.0.1.Final
org.springframework.security : spring-security-web jar
org.springframework : spring-web jar
javax.servlet : javax.servlet-api jar 4.0.1
org.springframework : spring-webmvc jar
org.reflections : reflections jar 0.9.12
commons-beanutils : commons-beanutils jar 1.9.4
io.jsonwebtoken : jjwt jar 0.9.1
org.hibernate.validator : hibernate-validator jar 6.0.18.Final
org.springframework.boot : spring-boot-autoconfigure jar 2.2.6.RELEASE
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.2.6.RELEASE
com.monitorjbl : spring-json-view jar 1.0.1

test (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.2.6.RELEASE
org.springframework.security : spring-security-test jar

Project Modules

There are no modules declared in this project.