GroupId | GroupIdcom.gitee.target123 |
---|---|
ArtifactId | ArtifactIddevelop-parent |
Version | Version1.1 |
Type | Typepom |
Filename | Size |
---|---|
develop-parent-1.1.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.target123/develop-parent/ -->
<dependency>
<groupId>com.gitee.target123</groupId>
<artifactId>develop-parent</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.target123/develop-parent/
implementation 'com.gitee.target123:develop-parent:1.1'
// https://jarcasting.com/artifacts/com.gitee.target123/develop-parent/
implementation ("com.gitee.target123:develop-parent:1.1")
'com.gitee.target123:develop-parent:pom:1.1'
<dependency org="com.gitee.target123" name="develop-parent" rev="1.1">
<artifact name="develop-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gitee.target123', module='develop-parent', version='1.1')
)
libraryDependencies += "com.gitee.target123" % "develop-parent" % "1.1"
[com.gitee.target123/develop-parent "1.1"]