MVN

com.jolira : managed

Maven & Gradle

Apr 04, 2012
0 stars

Managed Singletons for Guice · A @ManageSingleton that works much like @Singleton, but can be reset to force recreation of instances. By implementing the ManagedService interface and registering it using a MultiBinder, the startup process can be manged using different run levels (much like services on the OS).

<dependency>
    <groupId>com.jolira</groupId>
    <artifactId>managed</artifactId>
    <version>3.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jolira : managed to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.5

All Versions

Choose a version of com.jolira : managed to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
managed-3.0.5
managed-3.0.2
managed-3.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.jolira</groupId>
    <artifactId>managed</artifactId>
    <version>3.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jolira : managed gradle dependency to your build.gradle file:

implementation 'com.jolira:managed:3.0.5'

Gradle Kotlin DSL: Add the following com.jolira : managed gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jolira:managed:3.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jolira : managed sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jolira" % "managed" % "3.0.5"

Advertisement

Dependencies from Group

Apr 02, 2011
6 usages
Mar 31, 2010
5 usages
Apr 02, 2011
4 usages
Dec 18, 2011
3 usages
3 stars
Apr 04, 2012
3 usages
0 stars

Discover Dependencies