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