MVN

org.glassfish.web : web-embed-impl

Maven & Gradle

Jul 28, 2011
1 usages

GlassFish Web container Embedded Implementation

<dependency>
    <groupId>org.glassfish.web</groupId>
    <artifactId>web-embed-impl</artifactId>
    <version>3.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.1.1

All Versions

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

Version Vulnerabilities Updated
3.2
web-embed-impl-3.2-b06
web-embed-impl-3.2-b05
web-embed-impl-3.2-b04
web-embed-impl-3.2-b03
web-embed-impl-3.2-b02
web-embed-impl-3.2-b01
3.1.x
web-embed-impl-3.1.1
web-embed-impl-3.1.1-b11
web-embed-impl-3.1.1-b10
web-embed-impl-3.1.1-b09
web-embed-impl-3.1.1-b08
web-embed-impl-3.1.1-b07
web-embed-impl-3.1.1-b06
web-embed-impl-3.1.1-b05
web-embed-impl-3.1.1-b04
web-embed-impl-3.1.1-b03
web-embed-impl-3.1.1-b02
web-embed-impl-3.1.1-b01
3.1
web-embed-impl-3.1
web-embed-impl-3.1-b41
web-embed-impl-3.1-b40
web-embed-impl-3.1-b39
web-embed-impl-3.1-b38
web-embed-impl-3.1-b37
web-embed-impl-3.1-b36
web-embed-impl-3.1-b35
web-embed-impl-3.1-b34
web-embed-impl-3.1-b33
web-embed-impl-3.1-b32
web-embed-impl-3.1-b31
web-embed-impl-3.1-b30
web-embed-impl-3.1-b28
web-embed-impl-3.1-b27
web-embed-impl-3.1-b26
web-embed-impl-3.1-b25
web-embed-impl-3.1-b24
web-embed-impl-3.1-b23
web-embed-impl-3.1-b22
web-embed-impl-3.1-b21
web-embed-impl-3.1-b20
web-embed-impl-3.1-b19
web-embed-impl-3.1-b18
web-embed-impl-3.1-b17
web-embed-impl-3.1-b16
web-embed-impl-3.1-b15
web-embed-impl-3.1-b14
web-embed-impl-3.1-b13
web-embed-impl-3.1-b12
web-embed-impl-3.1-b11
web-embed-impl-3.1-b10
web-embed-impl-3.1-b09
web-embed-impl-3.1-b08
web-embed-impl-3.1-b07
web-embed-impl-3.1-b06
web-embed-impl-3.1-b05
web-embed-impl-3.1-b04
web-embed-impl-3.1-b03
web-embed-impl-3.1-b02
web-embed-impl-3.1-b01
3.0.x
web-embed-impl-3.0.1
web-embed-impl-3.0.1-b20
web-embed-impl-3.0.1-b19
web-embed-impl-3.0.1-b18
web-embed-impl-3.0.1-b17
web-embed-impl-3.0.1-b16
web-embed-impl-3.0.1-b15
web-embed-impl-3.0.1-b14
web-embed-impl-3.0.1-b12
web-embed-impl-3.0.1-b11
web-embed-impl-3.0.1-b10
web-embed-impl-3.0.1-b09
web-embed-impl-3.0.1-b08
web-embed-impl-3.0.1-b07
web-embed-impl-3.0.1-b06
web-embed-impl-3.0.1-b05
web-embed-impl-3.0.1-b04
web-embed-impl-3.0.1-b03
web-embed-impl-3.0.1-b02
web-embed-impl-3.0.1-b01
3.0
web-embed-impl-3.0
web-embed-impl-3.0-b74b
web-embed-impl-3.0-b74a
web-embed-impl-3.0-b74
web-embed-impl-3.0-b73
web-embed-impl-3.0-b72
web-embed-impl-3.0-b71
web-embed-impl-3.0-b70
web-embed-impl-3.0-b69
web-embed-impl-3.0-b68
web-embed-impl-3.0-b67
web-embed-impl-3.0-b66
web-embed-impl-3.0-b65
web-embed-impl-3.0-b64
web-embed-impl-3.0-b63
web-embed-impl-3.0-b62
web-embed-impl-3.0-b61
web-embed-impl-3.0-b60
web-embed-impl-3.0-b59
web-embed-impl-3.0-b58
web-embed-impl-3.0-b57
web-embed-impl-3.0-b56
web-embed-impl-3.0-b55
web-embed-impl-3.0-b54
web-embed-impl-3.0-b53

How to add a dependency to Maven

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

<dependency>
    <groupId>org.glassfish.web</groupId>
    <artifactId>web-embed-impl</artifactId>
    <version>3.1.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.glassfish.web:web-embed-impl:3.1.1'

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

implementation("org.glassfish.web:web-embed-impl:3.1.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.glassfish.web" % "web-embed-impl" % "3.1.1"

Advertisement