MVN

org.graniteds : granite-guice

Maven & Gradle

Aug 15, 2013

GraniteDS Guice

<dependency>
    <groupId>org.graniteds</groupId>
    <artifactId>granite-guice</artifactId>
    <version>3.0.0.M3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.graniteds : granite-guice to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0.M3
  • Latest Release Candidate: 2.3.0.RC1

All Versions

Choose a version of org.graniteds : granite-guice to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
granite-guice-3.0.0.M3
granite-guice-3.0.0.M2
granite-guice-3.0.0.M1
2.3.x
granite-guice-2.3.2.GA
granite-guice-2.3.1.GA
granite-guice-2.3.0.GA
granite-guice-2.3.0.RC1
2.2.x
granite-guice-2.2.1.GA
granite-guice-2.2.0.SP2
granite-guice-2.2.0.SP1
granite-guice-2.2.0.GA
granite-guice-2.2.0.RC2
2.1.x
granite-guice-2.1.0.GA
granite-guice-2.1.0.RC2
2.0.x
granite-guice-2.0.0.SP1
granite-guice-2.0.0.GA
granite-guice-2.0.0.RC1
granite-guice-2.0.0.B2
granite-guice-2.0.0.B1
1.2.x
granite-guice-1.2.0
granite-guice-1.2.0.RC1
granite-guice-1.2.0_SP1
1.1.x
granite-guice-1.1.0.GA

How to add a dependency to Maven

Add the following org.graniteds : granite-guice maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.graniteds</groupId>
    <artifactId>granite-guice</artifactId>
    <version>3.0.0.M3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.graniteds : granite-guice gradle dependency to your build.gradle file:

implementation 'org.graniteds:granite-guice:3.0.0.M3'

Gradle Kotlin DSL: Add the following org.graniteds : granite-guice gradle kotlin dependency to your build.gradle.kts file:

implementation("org.graniteds:granite-guice:3.0.0.M3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.graniteds : granite-guice sbt scala dependency to your build.sbt file:

libraryDependencies += "org.graniteds" % "granite-guice" % "3.0.0.M3"

Advertisement