Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdorg.safris.maven |
ArtifactId | ArtifactIdrootpom |
Version | Version1.0.3 |
Type | Typepom |
Filename | Size |
---|---|
rootpom-1.0.3.pom | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.safris.maven/rootpom/ -->
<dependency>
<groupId>org.safris.maven</groupId>
<artifactId>rootpom</artifactId>
<version>1.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.safris.maven/rootpom/
implementation 'org.safris.maven:rootpom:1.0.3'
// https://jarcasting.com/artifacts/org.safris.maven/rootpom/
implementation ("org.safris.maven:rootpom:1.0.3")
'org.safris.maven:rootpom:pom:1.0.3'
<dependency org="org.safris.maven" name="rootpom" rev="1.0.3">
<artifact name="rootpom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.safris.maven', module='rootpom', version='1.0.3')
)
libraryDependencies += "org.safris.maven" % "rootpom" % "1.0.3"
[org.safris.maven/rootpom "1.0.3"]