MVN

mevenide : mevenide-netbeans-cargo

Maven & Gradle

Nov 06, 2006
1 usages

Netbeans Cargo integration · This module integrates Cargo into the IDE. Cargo is a thin wrapper around existing J2EE containers. It provides different APIs to easily manipulate containers.

<dependency>
    <groupId>mevenide</groupId>
    <artifactId>mevenide-netbeans-cargo</artifactId>
    <version>0.5.1.javadoc</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of mevenide : mevenide-netbeans-cargo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.1.javadoc

All Versions

Choose a version of mevenide : mevenide-netbeans-cargo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
mevenide-netbeans-cargo-0.5.1.javadoc
mevenide-netbeans-cargo-0.5.1
mevenide-netbeans-cargo-0.5.javadoc
0.5
mevenide-netbeans-cargo-0.5

How to add a dependency to Maven

Add the following mevenide : mevenide-netbeans-cargo maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>mevenide</groupId>
    <artifactId>mevenide-netbeans-cargo</artifactId>
    <version>0.5.1.javadoc</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following mevenide : mevenide-netbeans-cargo gradle dependency to your build.gradle file:

implementation 'mevenide:mevenide-netbeans-cargo:0.5.1.javadoc'

Gradle Kotlin DSL: Add the following mevenide : mevenide-netbeans-cargo gradle kotlin dependency to your build.gradle.kts file:

implementation("mevenide:mevenide-netbeans-cargo:0.5.1.javadoc")

How to add a dependency to SBT Scala

SBT Scala: Add the following mevenide : mevenide-netbeans-cargo sbt scala dependency to your build.sbt file:

libraryDependencies += "mevenide" % "mevenide-netbeans-cargo" % "0.5.1.javadoc"