is not current version
Last Version 1.0.3

com.github.rremer:maven-parent 1.0.0

Maven Parent POM for com.github.rremer projects

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.rremer
ArtifactId

ArtifactId

maven-parent
Version

Version

1.0.0
Type

Type

pom

Download maven-parent 1.0.0

Filename Size
maven-parent-1.0.0.pom 2 KB
Browse

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