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