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