Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.gitee.target123 |
ArtifactId | ArtifactIddevelop-spring-boot-common |
Version | Version1.2.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.gitee.target123/develop-spring-boot-common/ -->
<dependency>
<groupId>com.gitee.target123</groupId>
<artifactId>develop-spring-boot-common</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.target123/develop-spring-boot-common/
implementation 'com.gitee.target123:develop-spring-boot-common:1.2.1'
// https://jarcasting.com/artifacts/com.gitee.target123/develop-spring-boot-common/
implementation ("com.gitee.target123:develop-spring-boot-common:1.2.1")
'com.gitee.target123:develop-spring-boot-common:jar:1.2.1'
<dependency org="com.gitee.target123" name="develop-spring-boot-common" rev="1.2.1">
<artifact name="develop-spring-boot-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.target123', module='develop-spring-boot-common', version='1.2.1')
)
libraryDependencies += "com.gitee.target123" % "develop-spring-boot-common" % "1.2.1"
[com.gitee.target123/develop-spring-boot-common "1.2.1"]