Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdio.github.efenglu |
ArtifactId | ArtifactIdmaven-parent |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
maven-parent-1.0.0.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.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.efenglu/maven-parent/
implementation 'io.github.efenglu:maven-parent:1.0.0'
// https://jarcasting.com/artifacts/io.github.efenglu/maven-parent/
implementation ("io.github.efenglu:maven-parent:1.0.0")
'io.github.efenglu:maven-parent:pom:1.0.0'
<dependency org="io.github.efenglu" name="maven-parent" rev="1.0.0">
<artifact name="maven-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.efenglu', module='maven-parent', version='1.0.0')
)
libraryDependencies += "io.github.efenglu" % "maven-parent" % "1.0.0"
[io.github.efenglu/maven-parent "1.0.0"]