Files download
File Operation
scala-guice_2.11-4.1.0.jar download
scala-guice_2.11-4.1.0.pom download
scala-guice_2.11-4.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.codingwell</groupId>
  <artifactId>scala-guice_2.11</artifactId>
  <version>4.1.0</version>
</dependency>
Gradle Groovy
implementation 'net.codingwell:scala-guice_2.11:4.1.0'
Gradle Kotlin
implementation("net.codingwell:scala-guice_2.11:4.1.0")
Scala SBT
libraryDependencies += "net.codingwell" % "scala-guice_2.11" % "4.1.0"
Groovy Grape
@Grapes(
  @Grab(group='net.codingwell', module='scala-guice_2.11', version='4.1.0')
)
Apache Ivy
<dependency org="net.codingwell" name="scala-guice_2.11" rev="4.1.0" />
Leiningen
[net.codingwell/scala-guice_2.11 "4.1.0"]
Apache Buildr
'net.codingwell:scala-guice_2.11:jar:4.1.0'