| License |
License |
|---|---|
| GroupId | GroupIdorg.ow2.play |
| ArtifactId | ArtifactIdplay-commons |
| Version | Version1.1 |
| Type | Typepom |
| Description |
Descriptionplay-commons
Set of commons libraries which will be shared between modules
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| play-commons-1.1.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.play/play-commons/ -->
<dependency>
<groupId>org.ow2.play</groupId>
<artifactId>play-commons</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.play/play-commons/
implementation 'org.ow2.play:play-commons:1.1'
// https://jarcasting.com/artifacts/org.ow2.play/play-commons/
implementation ("org.ow2.play:play-commons:1.1")
'org.ow2.play:play-commons:pom:1.1'
<dependency org="org.ow2.play" name="play-commons" rev="1.1">
<artifact name="play-commons" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.play', module='play-commons', version='1.1')
)
libraryDependencies += "org.ow2.play" % "play-commons" % "1.1"
[org.ow2.play/play-commons "1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |
| xmlunit : xmlunit | jar | 1.3 |