MVN

org.glassfish.distributions : web-all

Maven & Gradle

Aug 12, 2008
17 usages
<dependency>
    <groupId>org.glassfish.distributions</groupId>
    <artifactId>web-all</artifactId>
    <version>10.0-build-20080812</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 10.0-build-20080812

All Versions

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

Version Vulnerabilities Updated
10.0
web-all-10.0-build-20080812
web-all-10.0-build-20080806
web-all-10.0-build-20080804
web-all-10.0-build-20080803
web-all-10.0-build-20080724
web-all-10.0-build-20080430
web-all-10.0-build-20080427

How to add a dependency to Maven

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

<dependency>
    <groupId>org.glassfish.distributions</groupId>
    <artifactId>web-all</artifactId>
    <version>10.0-build-20080812</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.glassfish.distributions:web-all:10.0-build-20080812'

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

implementation("org.glassfish.distributions:web-all:10.0-build-20080812")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.glassfish.distributions" % "web-all" % "10.0-build-20080812"