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