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