Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.ow2.play |
ArtifactId | ArtifactIdplay-commons-constants |
Version | Version1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.ow2.play/play-commons-constants/ -->
<dependency>
<groupId>org.ow2.play</groupId>
<artifactId>play-commons-constants</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.play/play-commons-constants/
implementation 'org.ow2.play:play-commons-constants:1.0'
// https://jarcasting.com/artifacts/org.ow2.play/play-commons-constants/
implementation ("org.ow2.play:play-commons-constants:1.0")
'org.ow2.play:play-commons-constants:jar:1.0'
<dependency org="org.ow2.play" name="play-commons-constants" rev="1.0">
<artifact name="play-commons-constants" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.play', module='play-commons-constants', version='1.0')
)
libraryDependencies += "org.ow2.play" % "play-commons-constants" % "1.0"
[org.ow2.play/play-commons-constants "1.0"]