Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdse.digiplant |
ArtifactId | ArtifactIdplay-res_2.9.1 |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
play-res_2.9.1-1.0.pom | |
play-res_2.9.1-1.0.jar | 69 KB |
play-res_2.9.1-1.0-sources.jar | 5 KB |
play-res_2.9.1-1.0-javadoc.jar | 252 KB |
Browse |
<!-- https://jarcasting.com/artifacts/se.digiplant/play-res_2.9.1/ -->
<dependency>
<groupId>se.digiplant</groupId>
<artifactId>play-res_2.9.1</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/se.digiplant/play-res_2.9.1/
implementation 'se.digiplant:play-res_2.9.1:1.0'
// https://jarcasting.com/artifacts/se.digiplant/play-res_2.9.1/
implementation ("se.digiplant:play-res_2.9.1:1.0")
'se.digiplant:play-res_2.9.1:jar:1.0'
<dependency org="se.digiplant" name="play-res_2.9.1" rev="1.0">
<artifact name="play-res_2.9.1" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.digiplant', module='play-res_2.9.1', version='1.0')
)
libraryDependencies += "se.digiplant" % "play-res_2.9.1" % "1.0"
[se.digiplant/play-res_2.9.1 "1.0"]