Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdde.agilecoders.maven |
ArtifactId | ArtifactIdmaven-parent |
Version | Version0.3.3 |
Type | Typepom |
Filename | Size |
---|---|
maven-parent-0.3.3.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.3.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.agilecoders.maven/maven-parent/
implementation 'de.agilecoders.maven:maven-parent:0.3.3'
// https://jarcasting.com/artifacts/de.agilecoders.maven/maven-parent/
implementation ("de.agilecoders.maven:maven-parent:0.3.3")
'de.agilecoders.maven:maven-parent:pom:0.3.3'
<dependency org="de.agilecoders.maven" name="maven-parent" rev="0.3.3">
<artifact name="maven-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.agilecoders.maven', module='maven-parent', version='0.3.3')
)
libraryDependencies += "de.agilecoders.maven" % "maven-parent" % "0.3.3"
[de.agilecoders.maven/maven-parent "0.3.3"]