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