is not current version
Last Version 1.3.2

com.github.drtrang:parent2 1.1.2

Parent pom providing dependency and plugin management for applications built with Maven

GroupId

GroupId

com.github.drtrang
ArtifactId

ArtifactId

parent2
Version

Version

1.1.2
Type

Type

pom

Download parent2 1.1.2

Filename Size
parent2-1.1.2.pom 49 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.drtrang/parent2/ -->
<dependency>
    <groupId>com.github.drtrang</groupId>
    <artifactId>parent2</artifactId>
    <version>1.1.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.drtrang/parent2/
implementation 'com.github.drtrang:parent2:1.1.2'
// https://jarcasting.com/artifacts/com.github.drtrang/parent2/
implementation ("com.github.drtrang:parent2:1.1.2")
'com.github.drtrang:parent2:pom:1.1.2'
<dependency org="com.github.drtrang" name="parent2" rev="1.1.2">
  <artifact name="parent2" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.drtrang', module='parent2', version='1.1.2')
)
libraryDependencies += "com.github.drtrang" % "parent2" % "1.1.2"
[com.github.drtrang/parent2 "1.1.2"]