Categories |
CategoriesNetBeans Development Tools IDE Net |
---|---|
GroupId | GroupIdorg.netbeans.html |
ArtifactId | ArtifactIdpom |
Version | Version1.5.1 |
Type | Typepom |
Filename | Size |
---|---|
pom-1.5.1.pom | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.netbeans.html/pom/ -->
<dependency>
<groupId>org.netbeans.html</groupId>
<artifactId>pom</artifactId>
<version>1.5.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.netbeans.html/pom/
implementation 'org.netbeans.html:pom:1.5.1'
// https://jarcasting.com/artifacts/org.netbeans.html/pom/
implementation ("org.netbeans.html:pom:1.5.1")
'org.netbeans.html:pom:pom:1.5.1'
<dependency org="org.netbeans.html" name="pom" rev="1.5.1">
<artifact name="pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.netbeans.html', module='pom', version='1.5.1')
)
libraryDependencies += "org.netbeans.html" % "pom" % "1.5.1"
[org.netbeans.html/pom "1.5.1"]