MVN

org.glassfish.distributions : web-nb

Maven & Gradle

Jul 27, 2010
1 usages

Glassfish v3 Web-NB Distribution · This pom describes how to assemble the GlassFish v3 Web-NB Distribution

<dependency>
    <groupId>org.glassfish.distributions</groupId>
    <artifactId>web-nb</artifactId>
    <version>3.1-b13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.glassfish.distributions : web-nb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1-b13

All Versions

Choose a version of org.glassfish.distributions : web-nb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1
web-nb-3.1-b13
web-nb-3.1-b12
web-nb-3.1-b11
web-nb-3.1-b10
web-nb-3.1-b09
web-nb-3.1-b08
web-nb-3.1-b07
web-nb-3.1-b06
web-nb-3.1-b05
web-nb-3.1-b04
web-nb-3.1-b03
web-nb-3.1-b02
web-nb-3.1-b01
3.0.x
web-nb-3.0.1
web-nb-3.0.1-b20
web-nb-3.0.1-b19
web-nb-3.0.1-b18
web-nb-3.0.1-b17
web-nb-3.0.1-b16
web-nb-3.0.1-b15
web-nb-3.0.1-b14
web-nb-3.0.1-b12
web-nb-3.0.1-b11
web-nb-3.0.1-b10
web-nb-3.0.1-b09
web-nb-3.0.1-b08
web-nb-3.0.1-b07
web-nb-3.0.1-b06
web-nb-3.0.1-b05
web-nb-3.0.1-b04
web-nb-3.0.1-b03
web-nb-3.0.1-b02
web-nb-3.0.1-b01
3.0
web-nb-3.0
web-nb-3.0-b74b
web-nb-3.0-b74a
web-nb-3.0-b74
web-nb-3.0-b73
web-nb-3.0-b72
web-nb-3.0-b71
web-nb-3.0-b70
web-nb-3.0-b69
web-nb-3.0-b68
web-nb-3.0-b67
web-nb-3.0-b66
web-nb-3.0-b65
web-nb-3.0-b64
web-nb-3.0-b63
web-nb-3.0-b62
web-nb-3.0-b61
web-nb-3.0-b60
web-nb-3.0-b59
web-nb-3.0-b58
web-nb-3.0-b57
web-nb-3.0-b56
web-nb-3.0-b55
web-nb-3.0-b54
web-nb-3.0-b53
web-nb-3.0-b52
web-nb-3.0-b51
web-nb-3.0-b50
web-nb-3.0-b49
web-nb-3.0-Preview
web-nb-3.0-b48
web-nb-3.0-Preview-b47c
web-nb-3.0-Preview-b47b
web-nb-3.0-Preview-b47a
web-nb-3.0-b47
web-nb-3.0-b46

How to add a dependency to Maven

Add the following org.glassfish.distributions : web-nb maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.glassfish.distributions</groupId>
    <artifactId>web-nb</artifactId>
    <version>3.1-b13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.glassfish.distributions : web-nb gradle dependency to your build.gradle file:

implementation 'org.glassfish.distributions:web-nb:3.1-b13'

Gradle Kotlin DSL: Add the following org.glassfish.distributions : web-nb gradle kotlin dependency to your build.gradle.kts file:

implementation("org.glassfish.distributions:web-nb:3.1-b13")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.glassfish.distributions : web-nb sbt scala dependency to your build.sbt file:

libraryDependencies += "org.glassfish.distributions" % "web-nb" % "3.1-b13"

Advertisement