| License |
License |
|---|---|
| GroupId | GroupIdcom.github.eoscode |
| ArtifactId | ArtifactIdspring-api-tools |
| Version | Version1.3.0-RELEASE |
| Type | Typejar |
| Description |
Descriptionspring-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 |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.2.6.RELEASE |
| org.springframework.security : spring-security-test | jar |