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