GroupId | GroupIdcom.github.jchanghong |
---|---|
ArtifactId | ArtifactIdparent |
Version | Version2.2.6 |
Type | Typepom |
Filename | Size |
---|---|
parent-2.2.6.pom | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jchanghong/parent/ -->
<dependency>
<groupId>com.github.jchanghong</groupId>
<artifactId>parent</artifactId>
<version>2.2.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jchanghong/parent/
implementation 'com.github.jchanghong:parent:2.2.6'
// https://jarcasting.com/artifacts/com.github.jchanghong/parent/
implementation ("com.github.jchanghong:parent:2.2.6")
'com.github.jchanghong:parent:pom:2.2.6'
<dependency org="com.github.jchanghong" name="parent" rev="2.2.6">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jchanghong', module='parent', version='2.2.6')
)
libraryDependencies += "com.github.jchanghong" % "parent" % "2.2.6"
[com.github.jchanghong/parent "2.2.6"]