MVN

org.glassfish.gmbal : gmbal-api

Maven & Gradle

May 19, 2010
3 usages

gmbal-api · gmbal API

<dependency>
    <groupId>org.glassfish.gmbal</groupId>
    <artifactId>gmbal-api</artifactId>
    <version>2.0.0-b006</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.0-b006

All Versions

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

Version Vulnerabilities Updated
2.0.x
gmbal-api-2.0.0-b006
gmbal-api-2.0.0-b005
gmbal-api-2.0.0-b004
gmbal-api-2.0.0-b003
gmbal-api-2.0.0-b002
gmbal-api-2.0.0-b001

How to add a dependency to Maven

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

<dependency>
    <groupId>org.glassfish.gmbal</groupId>
    <artifactId>gmbal-api</artifactId>
    <version>2.0.0-b006</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.glassfish.gmbal:gmbal-api:2.0.0-b006'

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

implementation("org.glassfish.gmbal:gmbal-api:2.0.0-b006")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.glassfish.gmbal" % "gmbal-api" % "2.0.0-b006"