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 Vulnerabilities Updated
5.0
mycila-guice-closeable-5.0
4.0.x
mycila-guice-closeable-4.0.rc1
3.6.x
mycila-guice-closeable-3.6.ga
3.5.x
mycila-guice-closeable-3.5.ga
3.4.x
mycila-guice-closeable-3.4.ga
3.2.x
mycila-guice-closeable-3.2.ga
3.1.x
mycila-guice-closeable-3.1.ga
3.0.x
mycila-guice-closeable-3.0.rc1

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"

Advertisement