| Categories |
CategoriesIDE Development Tools NetBeans Net |
|---|---|
| GroupId | GroupIdorg.netbeans.cluster |
| ArtifactId | ArtifactIdide |
| Version | VersionRELEASE100 |
| Type | Typepom |
| Filename | Size |
|---|---|
| ide-RELEASE100.pom | 51 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.netbeans.cluster/ide/ -->
<dependency>
<groupId>org.netbeans.cluster</groupId>
<artifactId>ide</artifactId>
<version>RELEASE100</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.netbeans.cluster/ide/
implementation 'org.netbeans.cluster:ide:RELEASE100'
// https://jarcasting.com/artifacts/org.netbeans.cluster/ide/
implementation ("org.netbeans.cluster:ide:RELEASE100")
'org.netbeans.cluster:ide:pom:RELEASE100'
<dependency org="org.netbeans.cluster" name="ide" rev="RELEASE100">
<artifact name="ide" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.netbeans.cluster', module='ide', version='RELEASE100')
)
libraryDependencies += "org.netbeans.cluster" % "ide" % "RELEASE100"
[org.netbeans.cluster/ide "RELEASE100"]