MVN

com.mycila : mycila-guice

Maven & Gradle

Jul 24, 2012
13 usages

Mycila Guice Extensions · Contributions to Guice Framework

<dependency>
    <groupId>com.mycila</groupId>
    <artifactId>mycila-guice</artifactId>
    <version>2.10.ga</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mycila : mycila-guice to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.10.ga

All Versions

Choose a version of com.mycila : mycila-guice to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.10.x
mycila-guice-2.10.ga
2.9.x
mycila-guice-2.9.ga
2.8.x
mycila-guice-2.8.ga
2.7.x
mycila-guice-2.7.ga
2.6.x
mycila-guice-2.6.ga
2.5.x
mycila-guice-2.5.ga
2.4.x
mycila-guice-2.4.ga
2.3.x
mycila-guice-2.3.ga
2.2.x
mycila-guice-2.2.ga
2.1.x
mycila-guice-2.1.ga
2.0.x
mycila-guice-2.0.ga
1.4
mycila-guice-1.4
1.3
mycila-guice-1.3
1.2
mycila-guice-1.2
1.0
mycila-guice-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.mycila</groupId>
    <artifactId>mycila-guice</artifactId>
    <version>2.10.ga</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mycila : mycila-guice gradle dependency to your build.gradle file:

implementation 'com.mycila:mycila-guice:2.10.ga'

Gradle Kotlin DSL: Add the following com.mycila : mycila-guice gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mycila:mycila-guice:2.10.ga")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mycila : mycila-guice sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mycila" % "mycila-guice" % "2.10.ga"

Advertisement