Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.qlefevre |
ArtifactId | ArtifactIdcrud-admin-spring-boot-starter |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.qlefevre/crud-admin-spring-boot-starter/ -->
<dependency>
<groupId>com.github.qlefevre</groupId>
<artifactId>crud-admin-spring-boot-starter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.qlefevre/crud-admin-spring-boot-starter/
implementation 'com.github.qlefevre:crud-admin-spring-boot-starter:1.0.0'
// https://jarcasting.com/artifacts/com.github.qlefevre/crud-admin-spring-boot-starter/
implementation ("com.github.qlefevre:crud-admin-spring-boot-starter:1.0.0")
'com.github.qlefevre:crud-admin-spring-boot-starter:jar:1.0.0'
<dependency org="com.github.qlefevre" name="crud-admin-spring-boot-starter" rev="1.0.0">
<artifact name="crud-admin-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.qlefevre', module='crud-admin-spring-boot-starter', version='1.0.0')
)
libraryDependencies += "com.github.qlefevre" % "crud-admin-spring-boot-starter" % "1.0.0"
[com.github.qlefevre/crud-admin-spring-boot-starter "1.0.0"]