is not current version
Last Version RELEASE140

org.netbeans.cluster:groovy RELEASE110


Categories

Categories

Groovy Languages NetBeans Development Tools IDE Net
GroupId

GroupId

org.netbeans.cluster
ArtifactId

ArtifactId

groovy
Version

Version

RELEASE110
Type

Type

pom

Download groovy RELEASE110

Filename Size
groovy-RELEASE110.pom 3 KB
Browse

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