Categories |
CategoriesSpring Boot Container Microservices Ant Build Tools Data |
---|---|
GroupId | GroupIdcom.github.homeant |
ArtifactId | ArtifactIddata-shield-spring-boot-starter |
Version | Version1.0-BATE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.homeant/data-shield-spring-boot-starter/ -->
<dependency>
<groupId>com.github.homeant</groupId>
<artifactId>data-shield-spring-boot-starter</artifactId>
<version>1.0-BATE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.homeant/data-shield-spring-boot-starter/
implementation 'com.github.homeant:data-shield-spring-boot-starter:1.0-BATE'
// https://jarcasting.com/artifacts/com.github.homeant/data-shield-spring-boot-starter/
implementation ("com.github.homeant:data-shield-spring-boot-starter:1.0-BATE")
'com.github.homeant:data-shield-spring-boot-starter:jar:1.0-BATE'
<dependency org="com.github.homeant" name="data-shield-spring-boot-starter" rev="1.0-BATE">
<artifact name="data-shield-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.homeant', module='data-shield-spring-boot-starter', version='1.0-BATE')
)
libraryDependencies += "com.github.homeant" % "data-shield-spring-boot-starter" % "1.0-BATE"
[com.github.homeant/data-shield-spring-boot-starter "1.0-BATE"]