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