is not current version
Last Version 1.0.2

io.github.efenglu:maven-parent 1.0.1

Parent pom for the full featured parent pom demo

Categories

Categories

Maven Build Tools
GroupId

GroupId

io.github.efenglu
ArtifactId

ArtifactId

maven-parent
Version

Version

1.0.1
Type

Type

pom

Download maven-parent 1.0.1

Filename Size
maven-parent-1.0.1.pom 4 KB
Browse

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