License |
License
NetBeans CDDL/GPL
|
---|---|
Categories |
CategoriesNetBeans Development Tools IDE Net |
GroupId | GroupIdorg.netbeans.contrib.yenta |
ArtifactId | ArtifactIdparent |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionYenta
NetBeans module system hacks.
|
Filename | Size |
---|---|
parent-1.1.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.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.netbeans.contrib.yenta/parent/
implementation 'org.netbeans.contrib.yenta:parent:1.1'
// https://jarcasting.com/artifacts/org.netbeans.contrib.yenta/parent/
implementation ("org.netbeans.contrib.yenta:parent:1.1")
'org.netbeans.contrib.yenta:parent:pom:1.1'
<dependency org="org.netbeans.contrib.yenta" name="parent" rev="1.1">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.netbeans.contrib.yenta', module='parent', version='1.1')
)
libraryDependencies += "org.netbeans.contrib.yenta" % "parent" % "1.1"
[org.netbeans.contrib.yenta/parent "1.1"]