Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.yongyongwang |
ArtifactId | ArtifactId7Cow-spring-boot-starter |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
7Cow-spring-boot-starter-0.2.0.pom | |
7Cow-spring-boot-starter-0.2.0.jar | 1 KB |
7Cow-spring-boot-starter-0.2.0-sources.jar | 504 bytes |
7Cow-spring-boot-starter-0.2.0-javadoc.jar | 338 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yongyongwang/7Cow-spring-boot-starter/ -->
<dependency>
<groupId>com.github.yongyongwang</groupId>
<artifactId>7Cow-spring-boot-starter</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yongyongwang/7Cow-spring-boot-starter/
implementation 'com.github.yongyongwang:7Cow-spring-boot-starter:0.2.0'
// https://jarcasting.com/artifacts/com.github.yongyongwang/7Cow-spring-boot-starter/
implementation ("com.github.yongyongwang:7Cow-spring-boot-starter:0.2.0")
'com.github.yongyongwang:7Cow-spring-boot-starter:jar:0.2.0'
<dependency org="com.github.yongyongwang" name="7Cow-spring-boot-starter" rev="0.2.0">
<artifact name="7Cow-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yongyongwang', module='7Cow-spring-boot-starter', version='0.2.0')
)
libraryDependencies += "com.github.yongyongwang" % "7Cow-spring-boot-starter" % "0.2.0"
[com.github.yongyongwang/7Cow-spring-boot-starter "0.2.0"]