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