Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
---|---|
GroupId | GroupIdcom.github.yongyongwang |
ArtifactId | ArtifactId7Cow-spring-boot-autoconfigure |
Version | Version0.0.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.yongyongwang/7Cow-spring-boot-autoconfigure/ -->
<dependency>
<groupId>com.github.yongyongwang</groupId>
<artifactId>7Cow-spring-boot-autoconfigure</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yongyongwang/7Cow-spring-boot-autoconfigure/
implementation 'com.github.yongyongwang:7Cow-spring-boot-autoconfigure:0.0.6'
// https://jarcasting.com/artifacts/com.github.yongyongwang/7Cow-spring-boot-autoconfigure/
implementation ("com.github.yongyongwang:7Cow-spring-boot-autoconfigure:0.0.6")
'com.github.yongyongwang:7Cow-spring-boot-autoconfigure:jar:0.0.6'
<dependency org="com.github.yongyongwang" name="7Cow-spring-boot-autoconfigure" rev="0.0.6">
<artifact name="7Cow-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yongyongwang', module='7Cow-spring-boot-autoconfigure', version='0.0.6')
)
libraryDependencies += "com.github.yongyongwang" % "7Cow-spring-boot-autoconfigure" % "0.0.6"
[com.github.yongyongwang/7Cow-spring-boot-autoconfigure "0.0.6"]