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