| License |
License |
|---|---|
| GroupId | GroupIdcom.github.rmannibucau |
| ArtifactId | ArtifactIdplayx-ioc |
| Version | Version0.0.14 |
| Type | Typejar |
| Description |
DescriptionPlayx :: IoC
Some integration of Servlet/CDI specifications into Play! framework.
|
| Filename | Size |
|---|---|
| playx-ioc-0.0.14.pom | |
| playx-ioc-0.0.14.jar | 11 KB |
| playx-ioc-0.0.14-sources.jar | 4 KB |
| playx-ioc-0.0.14-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.rmannibucau/playx-ioc/ -->
<dependency>
<groupId>com.github.rmannibucau</groupId>
<artifactId>playx-ioc</artifactId>
<version>0.0.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rmannibucau/playx-ioc/
implementation 'com.github.rmannibucau:playx-ioc:0.0.14'
// https://jarcasting.com/artifacts/com.github.rmannibucau/playx-ioc/
implementation ("com.github.rmannibucau:playx-ioc:0.0.14")
'com.github.rmannibucau:playx-ioc:jar:0.0.14'
<dependency org="com.github.rmannibucau" name="playx-ioc" rev="0.0.14">
<artifact name="playx-ioc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rmannibucau', module='playx-ioc', version='0.0.14')
)
libraryDependencies += "com.github.rmannibucau" % "playx-ioc" % "0.0.14"
[com.github.rmannibucau/playx-ioc "0.0.14"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.typesafe.play : play_2.12 | jar | 2.6.13 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.typesafe.play : play-test_2.12 | jar | 2.6.13 |
| com.typesafe.play : play-guice_2.12 | jar | 2.6.13 |
| junit : junit | jar | 4.12 |