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