| Categories |
CategoriesNetBeans Development Tools IDE Net ORM Data |
|---|---|
| GroupId | GroupIdorg.netbeans.cluster |
| ArtifactId | ArtifactIdplatform |
| Version | VersionRELEASE120-u1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| platform-RELEASE120-u1.pom | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.netbeans.cluster/platform/ -->
<dependency>
<groupId>org.netbeans.cluster</groupId>
<artifactId>platform</artifactId>
<version>RELEASE120-u1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.netbeans.cluster/platform/
implementation 'org.netbeans.cluster:platform:RELEASE120-u1'
// https://jarcasting.com/artifacts/org.netbeans.cluster/platform/
implementation ("org.netbeans.cluster:platform:RELEASE120-u1")
'org.netbeans.cluster:platform:pom:RELEASE120-u1'
<dependency org="org.netbeans.cluster" name="platform" rev="RELEASE120-u1">
<artifact name="platform" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.netbeans.cluster', module='platform', version='RELEASE120-u1')
)
libraryDependencies += "org.netbeans.cluster" % "platform" % "RELEASE120-u1"
[org.netbeans.cluster/platform "RELEASE120-u1"]