Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.craterdog.maven-parent-poms |
ArtifactId | ArtifactIdroot |
Version | Version3.8 |
Type | Typepom |
Filename | Size |
---|---|
root-3.8.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.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.craterdog.maven-parent-poms/root/
implementation 'com.craterdog.maven-parent-poms:root:3.8'
// https://jarcasting.com/artifacts/com.craterdog.maven-parent-poms/root/
implementation ("com.craterdog.maven-parent-poms:root:3.8")
'com.craterdog.maven-parent-poms:root:pom:3.8'
<dependency org="com.craterdog.maven-parent-poms" name="root" rev="3.8">
<artifact name="root" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.craterdog.maven-parent-poms', module='root', version='3.8')
)
libraryDependencies += "com.craterdog.maven-parent-poms" % "root" % "3.8"
[com.craterdog.maven-parent-poms/root "3.8"]