MVN

org.netbeans.external : gradle-tooling-api

Maven & Gradle

May 23, 2023
2 usages
7 stars

Maven definition for gradle-tooling-api.jar - external part of NetBeans module. · POM and identification for artifact that was not possible to uniquely identify as a maven dependency.

<dependency>
    <groupId>org.netbeans.external</groupId>
    <artifactId>gradle-tooling-api</artifactId>
    <version>RELEASE180</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.netbeans.external : gradle-tooling-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: RELEASE180

All Versions

Choose a version of org.netbeans.external : gradle-tooling-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
RELEASE180
gradle-tooling-api-RELEASE180
RELEASE170
gradle-tooling-api-RELEASE170
RELEASE160
gradle-tooling-api-RELEASE160
RELEASE150
gradle-tooling-api-RELEASE150
RELEASE140
gradle-tooling-api-RELEASE140
RELEASE130
gradle-tooling-api-RELEASE130
RELEASE126
gradle-tooling-api-RELEASE126
RELEASE125
gradle-tooling-api-RELEASE125
RELEASE124
gradle-tooling-api-RELEASE124
RELEASE123
gradle-tooling-api-RELEASE123
RELEASE122
gradle-tooling-api-RELEASE122
RELEASE121
gradle-tooling-api-RELEASE121
RELEASE120
gradle-tooling-api-RELEASE120-u1
gradle-tooling-api-RELEASE120-1
gradle-tooling-api-RELEASE120
RELEASE113
gradle-tooling-api-RELEASE113
RELEASE110
gradle-tooling-api-RELEASE110

How to add a dependency to Maven

Add the following org.netbeans.external : gradle-tooling-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.netbeans.external</groupId>
    <artifactId>gradle-tooling-api</artifactId>
    <version>RELEASE180</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.netbeans.external : gradle-tooling-api gradle dependency to your build.gradle file:

implementation 'org.netbeans.external:gradle-tooling-api:RELEASE180'

Gradle Kotlin DSL: Add the following org.netbeans.external : gradle-tooling-api gradle kotlin dependency to your build.gradle.kts file:

implementation("org.netbeans.external:gradle-tooling-api:RELEASE180")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.netbeans.external : gradle-tooling-api sbt scala dependency to your build.sbt file:

libraryDependencies += "org.netbeans.external" % "gradle-tooling-api" % "RELEASE180"