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