| License |
License |
|---|---|
| GroupId | GroupIdcom.github.rmannibucau |
| ArtifactId | ArtifactIdplayx |
| Version | Version0.0.14 |
| Type | Typepom |
| Description |
DescriptionPlayx
Some integration of Servlet/CDI specifications into Play! framework.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| playx-0.0.14.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.rmannibucau/playx/ -->
<dependency>
<groupId>com.github.rmannibucau</groupId>
<artifactId>playx</artifactId>
<version>0.0.14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.rmannibucau/playx/
implementation 'com.github.rmannibucau:playx:0.0.14'
// https://jarcasting.com/artifacts/com.github.rmannibucau/playx/
implementation ("com.github.rmannibucau:playx:0.0.14")
'com.github.rmannibucau:playx:pom:0.0.14'
<dependency org="com.github.rmannibucau" name="playx" rev="0.0.14">
<artifact name="playx" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.rmannibucau', module='playx', version='0.0.14')
)
libraryDependencies += "com.github.rmannibucau" % "playx" % "0.0.14"
[com.github.rmannibucau/playx "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 |