Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdde.agilecoders.maven |
ArtifactId | ArtifactIdmaven-parent |
Version | Version0.1.1 |
Type | Typepom |
Filename | Size |
---|---|
maven-parent-0.1.1.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.agilecoders.maven/maven-parent/ -->
<dependency>
<groupId>de.agilecoders.maven</groupId>
<artifactId>maven-parent</artifactId>
<version>0.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.agilecoders.maven/maven-parent/
implementation 'de.agilecoders.maven:maven-parent:0.1.1'
// https://jarcasting.com/artifacts/de.agilecoders.maven/maven-parent/
implementation ("de.agilecoders.maven:maven-parent:0.1.1")
'de.agilecoders.maven:maven-parent:pom:0.1.1'
<dependency org="de.agilecoders.maven" name="maven-parent" rev="0.1.1">
<artifact name="maven-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.agilecoders.maven', module='maven-parent', version='0.1.1')
)
libraryDependencies += "de.agilecoders.maven" % "maven-parent" % "0.1.1"
[de.agilecoders.maven/maven-parent "0.1.1"]