| License |
License |
|---|---|
| Categories |
CategoriesScala Languages Net GUI User Interface Guice Application Layer Libs Dependency Injection |
| GroupId | GroupIdnet.codingwell |
| ArtifactId | ArtifactIdscala-guice_2.12 |
| Last Version | Last Version5.1.0 |
| Release Date | Release Date |
| 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-5.1.0.pom | |
| scala-guice_2.12-5.1.0.jar | 136 KB |
| scala-guice_2.12-5.1.0-sources.jar | 19 KB |
| scala-guice_2.12-5.1.0-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.codingwell/scala-guice_2.12/ -->
<dependency>
<groupId>net.codingwell</groupId>
<artifactId>scala-guice_2.12</artifactId>
<version>5.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.codingwell/scala-guice_2.12/
implementation 'net.codingwell:scala-guice_2.12:5.1.0'
// https://jarcasting.com/artifacts/net.codingwell/scala-guice_2.12/
implementation ("net.codingwell:scala-guice_2.12:5.1.0")
'net.codingwell:scala-guice_2.12:jar:5.1.0'
<dependency org="net.codingwell" name="scala-guice_2.12" rev="5.1.0">
<artifact name="scala-guice_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.codingwell', module='scala-guice_2.12', version='5.1.0')
)
libraryDependencies += "net.codingwell" % "scala-guice_2.12" % "5.1.0"
[net.codingwell/scala-guice_2.12 "5.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.12.15 |
| com.google.inject : guice | jar | 5.1.0 |
| org.scala-lang : scala-reflect | jar | 2.12.15 |
| com.google.code.findbugs : jsr305 | jar | 3.0.2 |
| org.scala-lang.modules : scala-collection-compat_2.12 | jar | 2.1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.scalatest : scalatest_2.12 | jar | 3.2.9 |