is not current version
Last Version 1.2.3

com.github.drtrang:parent 1.1.0

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

GroupId

GroupId

com.github.drtrang
ArtifactId

ArtifactId

parent
Version

Version

1.1.0
Type

Type

pom

Download parent 1.1.0

Filename Size
parent-1.1.0.pom 48 KB
Browse

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