Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.craterdog.maven-parent-poms |
ArtifactId | ArtifactIdroot |
Version | Version3.4 |
Type | Typepom |
Filename | Size |
---|---|
root-3.4.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.craterdog.maven-parent-poms/root/ -->
<dependency>
<groupId>com.craterdog.maven-parent-poms</groupId>
<artifactId>root</artifactId>
<version>3.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.craterdog.maven-parent-poms/root/
implementation 'com.craterdog.maven-parent-poms:root:3.4'
// https://jarcasting.com/artifacts/com.craterdog.maven-parent-poms/root/
implementation ("com.craterdog.maven-parent-poms:root:3.4")
'com.craterdog.maven-parent-poms:root:pom:3.4'
<dependency org="com.craterdog.maven-parent-poms" name="root" rev="3.4">
<artifact name="root" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.craterdog.maven-parent-poms', module='root', version='3.4')
)
libraryDependencies += "com.craterdog.maven-parent-poms" % "root" % "3.4"
[com.craterdog.maven-parent-poms/root "3.4"]