License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
GroupId | GroupIdorg.crud2.spring.boot |
ArtifactId | ArtifactIdcrud2-spring-boot-autoconfigure |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncrud2-spring-boot-starter
Springboot autoconfigure for crud2(A anti orm data access layer)
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.crud2.spring.boot/crud2-spring-boot-autoconfigure/ -->
<dependency>
<groupId>org.crud2.spring.boot</groupId>
<artifactId>crud2-spring-boot-autoconfigure</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.crud2.spring.boot/crud2-spring-boot-autoconfigure/
implementation 'org.crud2.spring.boot:crud2-spring-boot-autoconfigure:0.1.0'
// https://jarcasting.com/artifacts/org.crud2.spring.boot/crud2-spring-boot-autoconfigure/
implementation ("org.crud2.spring.boot:crud2-spring-boot-autoconfigure:0.1.0")
'org.crud2.spring.boot:crud2-spring-boot-autoconfigure:jar:0.1.0'
<dependency org="org.crud2.spring.boot" name="crud2-spring-boot-autoconfigure" rev="0.1.0">
<artifact name="crud2-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.crud2.spring.boot', module='crud2-spring-boot-autoconfigure', version='0.1.0')
)
libraryDependencies += "org.crud2.spring.boot" % "crud2-spring-boot-autoconfigure" % "0.1.0"
[org.crud2.spring.boot/crud2-spring-boot-autoconfigure "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.crud2 : crud2 Optional | jar | 0.1.0 |
org.springframework.boot : spring-boot-actuator-autoconfigure Optional | jar | 2.0.3.RELEASE |