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