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