Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.yunwjr |
ArtifactId | ArtifactIdyun-spring-boot |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
yun-spring-boot-0.0.1.pom | |
yun-spring-boot-0.0.1.jar | 2 KB |
yun-spring-boot-0.0.1-sources.jar | 2 KB |
yun-spring-boot-0.0.1-javadoc.jar | 389 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yunwjr/yun-spring-boot/ -->
<dependency>
<groupId>com.github.yunwjr</groupId>
<artifactId>yun-spring-boot</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yunwjr/yun-spring-boot/
implementation 'com.github.yunwjr:yun-spring-boot:0.0.1'
// https://jarcasting.com/artifacts/com.github.yunwjr/yun-spring-boot/
implementation ("com.github.yunwjr:yun-spring-boot:0.0.1")
'com.github.yunwjr:yun-spring-boot:jar:0.0.1'
<dependency org="com.github.yunwjr" name="yun-spring-boot" rev="0.0.1">
<artifact name="yun-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yunwjr', module='yun-spring-boot', version='0.0.1')
)
libraryDependencies += "com.github.yunwjr" % "yun-spring-boot" % "0.0.1"
[com.github.yunwjr/yun-spring-boot "0.0.1"]