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