Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.antwerkz.sofia |
ArtifactId | ArtifactIdsofia-play |
Version | Version0.14 |
Type | Typejar |
Filename | Size |
---|---|
sofia-play-0.14.pom | |
sofia-play-0.14.jar | 5 KB |
sofia-play-0.14-sources.jar | 1 KB |
sofia-play-0.14-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.antwerkz.sofia/sofia-play/ -->
<dependency>
<groupId>com.antwerkz.sofia</groupId>
<artifactId>sofia-play</artifactId>
<version>0.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.antwerkz.sofia/sofia-play/
implementation 'com.antwerkz.sofia:sofia-play:0.14'
// https://jarcasting.com/artifacts/com.antwerkz.sofia/sofia-play/
implementation ("com.antwerkz.sofia:sofia-play:0.14")
'com.antwerkz.sofia:sofia-play:jar:0.14'
<dependency org="com.antwerkz.sofia" name="sofia-play" rev="0.14">
<artifact name="sofia-play" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.antwerkz.sofia', module='sofia-play', version='0.14')
)
libraryDependencies += "com.antwerkz.sofia" % "sofia-play" % "0.14"
[com.antwerkz.sofia/sofia-play "0.14"]