MVN

org.glassfish.core : api-exporter-fragment

Maven & Gradle

Jul 28, 2011
1 usages

GlassFish API Exporter Module Fragment · This bundle attached itself as a fragment to api-exporter bundle

<dependency>
    <groupId>org.glassfish.core</groupId>
    <artifactId>api-exporter-fragment</artifactId>
    <version>3.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.glassfish.core : api-exporter-fragment to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.1

All Versions

Choose a version of org.glassfish.core : api-exporter-fragment to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2
api-exporter-fragment-3.2-b06
api-exporter-fragment-3.2-b05
api-exporter-fragment-3.2-b04
api-exporter-fragment-3.2-b03
api-exporter-fragment-3.2-b02
api-exporter-fragment-3.2-b01
3.1.x
api-exporter-fragment-3.1.1
api-exporter-fragment-3.1.1-b11
api-exporter-fragment-3.1.1-b10
api-exporter-fragment-3.1.1-b09
api-exporter-fragment-3.1.1-b08
api-exporter-fragment-3.1.1-b07
api-exporter-fragment-3.1.1-b06
api-exporter-fragment-3.1.1-b05
api-exporter-fragment-3.1.1-b04
api-exporter-fragment-3.1.1-b03
api-exporter-fragment-3.1.1-b02
api-exporter-fragment-3.1.1-b01
3.1
api-exporter-fragment-3.1
api-exporter-fragment-3.1-b41
api-exporter-fragment-3.1-b40
api-exporter-fragment-3.1-b39
api-exporter-fragment-3.1-b38
api-exporter-fragment-3.1-b37
api-exporter-fragment-3.1-b36
api-exporter-fragment-3.1-b35

How to add a dependency to Maven

Add the following org.glassfish.core : api-exporter-fragment maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.glassfish.core</groupId>
    <artifactId>api-exporter-fragment</artifactId>
    <version>3.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.glassfish.core : api-exporter-fragment gradle dependency to your build.gradle file:

implementation 'org.glassfish.core:api-exporter-fragment:3.1.1'

Gradle Kotlin DSL: Add the following org.glassfish.core : api-exporter-fragment gradle kotlin dependency to your build.gradle.kts file:

implementation("org.glassfish.core:api-exporter-fragment:3.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.glassfish.core : api-exporter-fragment sbt scala dependency to your build.sbt file:

libraryDependencies += "org.glassfish.core" % "api-exporter-fragment" % "3.1.1"

Advertisement