MVN

org.netbeans.modules : org-netbeans-modules-payara-micro

Maven & Gradle

Jul 26, 2019
2 usages
<dependency>
    <groupId>org.netbeans.modules</groupId>
    <artifactId>org-netbeans-modules-payara-micro</artifactId>
    <version>RELEASE111</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.netbeans.modules : org-netbeans-modules-payara-micro to add to Maven or Gradle - Latest Versions:

  • Latest Stable: RELEASE111

All Versions

Choose a version of org.netbeans.modules : org-netbeans-modules-payara-micro to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
RELEASE111
org-netbeans-modules-payara-micro-RELEASE111

How to add a dependency to Maven

Add the following org.netbeans.modules : org-netbeans-modules-payara-micro maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.netbeans.modules</groupId>
    <artifactId>org-netbeans-modules-payara-micro</artifactId>
    <version>RELEASE111</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.netbeans.modules : org-netbeans-modules-payara-micro gradle dependency to your build.gradle file:

implementation 'org.netbeans.modules:org-netbeans-modules-payara-micro:RELEASE111'

Gradle Kotlin DSL: Add the following org.netbeans.modules : org-netbeans-modules-payara-micro gradle kotlin dependency to your build.gradle.kts file:

implementation("org.netbeans.modules:org-netbeans-modules-payara-micro:RELEASE111")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.netbeans.modules : org-netbeans-modules-payara-micro sbt scala dependency to your build.sbt file:

libraryDependencies += "org.netbeans.modules" % "org-netbeans-modules-payara-micro" % "RELEASE111"