is not current version
Last Version RELEASE140

org.netbeans.cluster:platform RELEASE90


Categories

Categories

NetBeans Development Tools IDE Net ORM Data
GroupId

GroupId

org.netbeans.cluster
ArtifactId

ArtifactId

platform
Version

Version

RELEASE90
Type

Type

pom

Download platform RELEASE90

Filename Size
platform-RELEASE90.pom 20 KB
Browse

<!-- https://jarcasting.com/artifacts/org.netbeans.cluster/platform/ -->
<dependency>
    <groupId>org.netbeans.cluster</groupId>
    <artifactId>platform</artifactId>
    <version>RELEASE90</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.netbeans.cluster/platform/
implementation 'org.netbeans.cluster:platform:RELEASE90'
// https://jarcasting.com/artifacts/org.netbeans.cluster/platform/
implementation ("org.netbeans.cluster:platform:RELEASE90")
'org.netbeans.cluster:platform:pom:RELEASE90'
<dependency org="org.netbeans.cluster" name="platform" rev="RELEASE90">
  <artifact name="platform" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.netbeans.cluster', module='platform', version='RELEASE90')
)
libraryDependencies += "org.netbeans.cluster" % "platform" % "RELEASE90"
[org.netbeans.cluster/platform "RELEASE90"]