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