w

web-nb

This pom describes how to assemble the GlassFish v3 Web-NB Distribution
Rajeshwar Patil Snjezana Sevo-Zenzerovic
Files download
File Operation
web-nb-3.1-b13.pom download
web-nb-3.1-b13-sources.jar download
Apache Maven
<dependency>
  <groupId>org.glassfish.distributions</groupId>
  <artifactId>web-nb</artifactId>
  <version>3.1-b13</version>
  <type>distribution-base-zip</type>
</dependency>
Gradle Groovy
implementation 'org.glassfish.distributions:web-nb:3.1-b13'
Gradle Kotlin
implementation("org.glassfish.distributions:web-nb:3.1-b13")
Scala SBT
libraryDependencies += "org.glassfish.distributions" % "web-nb" % "3.1-b13"
Groovy Grape
@Grapes(
  @Grab(group='org.glassfish.distributions', module='web-nb', version='3.1-b13')
)
Apache Ivy
<dependency org="org.glassfish.distributions" name="web-nb" rev="3.1-b13" />
Leiningen
[org.glassfish.distributions/web-nb "3.1-b13"]
Apache Buildr
'org.glassfish.distributions:web-nb:jar:3.1-b13'