Registry / dependency-injection / scala-guice-2-11

scala-guice-2-11

JSON →
library7.0.0javamavenunverified

Scala syntax extensions for Google Guice dependency injection framework.

<dependency> <groupId>net.codingwell</groupId> <artifactId>scala-guice_2.11</artifactId> <version>7.0.0</version> </dependency>
INSTALL
IMPORT
SIG · SCALA-GUICE-2-11
S
scala-guice-2-11
dependency-injectionjavav7.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ScalaModule
net.codingwell.scalaguice.ScalaModule

Defines a Guice module using Scala syntax.

import net.codingwell.scalaguice.ScalaModule object MyModule extends ScalaModule { override def configure(): Unit = { bind[Service].to[ServiceImpl] } }
Debug
Known issues
breakingThis artifact is for Scala 2.11, which is end-of-life. Use scala-guice_2.13 or scala-guice_3 for modern Scala versions.
fix
Switch to net.codingwell:scala-guice_2.13 or net.codingwell:scala-guice_3.
affects: >= 7.0.0
Upgrade
Version history
7.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
26
Resources
scala-guice-2-11 — mvn dependency:get scala-guice-2-11 · libregistry