Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.typesafe.play |
ArtifactId | ArtifactIdplay-guice_2.11 |
Version | Version2.6.25 |
Type | Typejar |
Filename | Size |
---|---|
play-guice_2.11-2.6.25.pom | |
play-guice_2.11-2.6.25.jar | 111 KB |
play-guice_2.11-2.6.25-sources.jar | 17 KB |
play-guice_2.11-2.6.25-javadoc.jar | 459 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.typesafe.play/play-guice_2.11/ -->
<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>play-guice_2.11</artifactId>
<version>2.6.25</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.play/play-guice_2.11/
implementation 'com.typesafe.play:play-guice_2.11:2.6.25'
// https://jarcasting.com/artifacts/com.typesafe.play/play-guice_2.11/
implementation ("com.typesafe.play:play-guice_2.11:2.6.25")
'com.typesafe.play:play-guice_2.11:jar:2.6.25'
<dependency org="com.typesafe.play" name="play-guice_2.11" rev="2.6.25">
<artifact name="play-guice_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.play', module='play-guice_2.11', version='2.6.25')
)
libraryDependencies += "com.typesafe.play" % "play-guice_2.11" % "2.6.25"
[com.typesafe.play/play-guice_2.11 "2.6.25"]