MVN

com.mycila.guice.extensions : mycila-guice-closeable

Maven & Gradle

Mar 21, 2021
6 usages

Mycila Guice :: Extensions :: Closeable Injector

<dependency>
    <groupId>com.mycila.guice.extensions</groupId>
    <artifactId>mycila-guice-closeable</artifactId>
    <version>5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 5.0
  • Latest Release Candidate: 4.0.rc1

All Versions

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

  • Version Updated
  • mycila-guice-closeable-5.0

    Mar 20, 2021
  • mycila-guice-closeable-4.0.rc1

    Sep 02, 2016
  • mycila-guice-closeable-3.6.ga

    Jan 23, 2015
  • mycila-guice-closeable-3.5.ga

    Sep 30, 2014
  • mycila-guice-closeable-3.4.ga

    Sep 15, 2014
  • mycila-guice-closeable-3.2.ga

    Aug 09, 2013
  • mycila-guice-closeable-3.1.ga

    Aug 02, 2013
  • mycila-guice-closeable-3.0.rc1

    Jul 23, 2013

How to add a dependency to Maven

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

<dependency>
    <groupId>com.mycila.guice.extensions</groupId>
    <artifactId>mycila-guice-closeable</artifactId>
    <version>5.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.mycila.guice.extensions:mycila-guice-closeable:5.0'

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

implementation("com.mycila.guice.extensions:mycila-guice-closeable:5.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.mycila.guice.extensions" % "mycila-guice-closeable" % "5.0"