Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.github.wilson-he |
ArtifactId | ArtifactIdspring-boot-common |
Version | Version0.0.7 |
Type | Typejar |
Filename | Size |
---|---|
spring-boot-common-0.0.7.pom | |
spring-boot-common-0.0.7.jar | 30 KB |
spring-boot-common-0.0.7-sources.jar | 22 KB |
spring-boot-common-0.0.7-javadoc.jar | 169 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.wilson-he/spring-boot-common/ -->
<dependency>
<groupId>io.github.wilson-he</groupId>
<artifactId>spring-boot-common</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.wilson-he/spring-boot-common/
implementation 'io.github.wilson-he:spring-boot-common:0.0.7'
// https://jarcasting.com/artifacts/io.github.wilson-he/spring-boot-common/
implementation ("io.github.wilson-he:spring-boot-common:0.0.7")
'io.github.wilson-he:spring-boot-common:jar:0.0.7'
<dependency org="io.github.wilson-he" name="spring-boot-common" rev="0.0.7">
<artifact name="spring-boot-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.wilson-he', module='spring-boot-common', version='0.0.7')
)
libraryDependencies += "io.github.wilson-he" % "spring-boot-common" % "0.0.7"
[io.github.wilson-he/spring-boot-common "0.0.7"]