GroupId | GroupIdorg.sonatype.forge |
---|---|
ArtifactId | ArtifactIdforge-parent |
Version | Version10 |
Type | Typepom |
Filename | Size |
---|---|
forge-parent-10.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.forge/forge-parent/ -->
<dependency>
<groupId>org.sonatype.forge</groupId>
<artifactId>forge-parent</artifactId>
<version>10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.forge/forge-parent/
implementation 'org.sonatype.forge:forge-parent:10'
// https://jarcasting.com/artifacts/org.sonatype.forge/forge-parent/
implementation ("org.sonatype.forge:forge-parent:10")
'org.sonatype.forge:forge-parent:pom:10'
<dependency org="org.sonatype.forge" name="forge-parent" rev="10">
<artifact name="forge-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.forge', module='forge-parent', version='10')
)
libraryDependencies += "org.sonatype.forge" % "forge-parent" % "10"
[org.sonatype.forge/forge-parent "10"]