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