Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.antwerkz.sofia |
ArtifactId | ArtifactIdsofia-play |
Version | Version0.11 |
Type | Typepom |
Filename | Size |
---|---|
sofia-play-0.11.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.11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.antwerkz.sofia/sofia-play/
implementation 'com.antwerkz.sofia:sofia-play:0.11'
// https://jarcasting.com/artifacts/com.antwerkz.sofia/sofia-play/
implementation ("com.antwerkz.sofia:sofia-play:0.11")
'com.antwerkz.sofia:sofia-play:pom:0.11'
<dependency org="com.antwerkz.sofia" name="sofia-play" rev="0.11">
<artifact name="sofia-play" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.antwerkz.sofia', module='sofia-play', version='0.11')
)
libraryDependencies += "com.antwerkz.sofia" % "sofia-play" % "0.11"
[com.antwerkz.sofia/sofia-play "0.11"]