Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.github.wilson-he |
ArtifactId | ArtifactIdspring-boot-common |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
spring-boot-common-0.0.2.pom | |
spring-boot-common-0.0.2.jar | 28 KB |
spring-boot-common-0.0.2-sources.jar | 21 KB |
spring-boot-common-0.0.2-javadoc.jar | 148 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.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.wilson-he/spring-boot-common/
implementation 'io.github.wilson-he:spring-boot-common:0.0.2'
// https://jarcasting.com/artifacts/io.github.wilson-he/spring-boot-common/
implementation ("io.github.wilson-he:spring-boot-common:0.0.2")
'io.github.wilson-he:spring-boot-common:jar:0.0.2'
<dependency org="io.github.wilson-he" name="spring-boot-common" rev="0.0.2">
<artifact name="spring-boot-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.wilson-he', module='spring-boot-common', version='0.0.2')
)
libraryDependencies += "io.github.wilson-he" % "spring-boot-common" % "0.0.2"
[io.github.wilson-he/spring-boot-common "0.0.2"]