n

netbeans-gradle-tooling

POM and identification for artifact that was not possible to uniquely identify as a maven dependency.
Files download
File Operation
netbeans-gradle-tooling-RELEASE180.jar download
netbeans-gradle-tooling-RELEASE180.pom download
Apache Maven
<dependency>
  <groupId>org.netbeans.external</groupId>
  <artifactId>netbeans-gradle-tooling</artifactId>
  <version>RELEASE180</version>
</dependency>
Gradle Groovy
implementation 'org.netbeans.external:netbeans-gradle-tooling:RELEASE180'
Gradle Kotlin
implementation("org.netbeans.external:netbeans-gradle-tooling:RELEASE180")
Scala SBT
libraryDependencies += "org.netbeans.external" % "netbeans-gradle-tooling" % "RELEASE180"
Groovy Grape
@Grapes(
  @Grab(group='org.netbeans.external', module='netbeans-gradle-tooling', version='RELEASE180')
)
Apache Ivy
<dependency org="org.netbeans.external" name="netbeans-gradle-tooling" rev="RELEASE180" />
Leiningen
[org.netbeans.external/netbeans-gradle-tooling "RELEASE180"]
Apache Buildr
'org.netbeans.external:netbeans-gradle-tooling:jar:RELEASE180'