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