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