MVN

commons-grant : commons-grant

Maven & Gradle

Sep 20, 2005
9 usages
<dependency>
    <groupId>commons-grant</groupId>
    <artifactId>commons-grant</artifactId>
    <version>1.0-b1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of commons-grant : commons-grant to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0-b1
  • Latest Beta: 1.0-beta-2

All Versions

Choose a version of commons-grant : commons-grant to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
commons-grant-1.0-b1
commons-grant-1.0-beta-2
commons-grant-1.0-beta-3
commons-grant-1.0-beta-4
commons-grant-1.0-beta-5
commons-grant-1.0

How to add a dependency to Maven

Add the following commons-grant : commons-grant maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>commons-grant</groupId>
    <artifactId>commons-grant</artifactId>
    <version>1.0-b1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following commons-grant : commons-grant gradle dependency to your build.gradle file:

implementation 'commons-grant:commons-grant:1.0-b1'

Gradle Kotlin DSL: Add the following commons-grant : commons-grant gradle kotlin dependency to your build.gradle.kts file:

implementation("commons-grant:commons-grant:1.0-b1")

How to add a dependency to SBT Scala

SBT Scala: Add the following commons-grant : commons-grant sbt scala dependency to your build.sbt file:

libraryDependencies += "commons-grant" % "commons-grant" % "1.0-b1"

Advertisement