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