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