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