| License |
License |
|---|---|
| Categories |
CategoriesScala Languages Net GUI User Interface Guice Application Layer Libs Dependency Injection |
| GroupId | GroupIdnet.codingwell |
| ArtifactId | ArtifactIdscala-guice_2.12.0-M5 |
| Version | Version4.1.0 |
| Type | Typejar |
| Description |
DescriptionScala Guice
Scala syntax for Guice
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| scala-guice_2.12.0-M5-4.1.0.pom | |
| scala-guice_2.12.0-M5-4.1.0.jar | 91 KB |
| scala-guice_2.12.0-M5-4.1.0-sources.jar | 18 KB |
| scala-guice_2.12.0-M5-4.1.0-javadoc.jar | 789 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.codingwell/scala-guice_2.12.0-M5/ -->
<dependency>
<groupId>net.codingwell</groupId>
<artifactId>scala-guice_2.12.0-M5</artifactId>
<version>4.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.codingwell/scala-guice_2.12.0-M5/
implementation 'net.codingwell:scala-guice_2.12.0-M5:4.1.0'
// https://jarcasting.com/artifacts/net.codingwell/scala-guice_2.12.0-M5/
implementation ("net.codingwell:scala-guice_2.12.0-M5:4.1.0")
'net.codingwell:scala-guice_2.12.0-M5:jar:4.1.0'
<dependency org="net.codingwell" name="scala-guice_2.12.0-M5" rev="4.1.0">
<artifact name="scala-guice_2.12.0-M5" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.codingwell', module='scala-guice_2.12.0-M5', version='4.1.0')
)
libraryDependencies += "net.codingwell" % "scala-guice_2.12.0-M5" % "4.1.0"
[net.codingwell/scala-guice_2.12.0-M5 "4.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.12.0-M5 |
| com.google.inject : guice | jar | 4.1.0 |
| com.google.inject.extensions : guice-multibindings | jar | 4.1.0 |
| com.google.guava : guava | jar | 19.0 |
| com.google.code.findbugs : jsr305 | jar | 3.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.scalatest : scalatest_2.12.0-M5 | jar | 3.0.0-RC4 |