Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.antwerkz.sofia |
ArtifactId | ArtifactIdcore |
Last Version | Last Version0.11 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSofia Core
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Filename | Size |
---|---|
core-0.11.pom | |
core-0.11.jar | 11 KB |
core-0.11-sources.jar | 4 KB |
core-0.11-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.antwerkz.sofia/core/ -->
<dependency>
<groupId>com.antwerkz.sofia</groupId>
<artifactId>core</artifactId>
<version>0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.antwerkz.sofia/core/
implementation 'com.antwerkz.sofia:core:0.11'
// https://jarcasting.com/artifacts/com.antwerkz.sofia/core/
implementation ("com.antwerkz.sofia:core:0.11")
'com.antwerkz.sofia:core:jar:0.11'
<dependency org="com.antwerkz.sofia" name="core" rev="0.11">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.antwerkz.sofia', module='core', version='0.11')
)
libraryDependencies += "com.antwerkz.sofia" % "core" % "0.11"
[com.antwerkz.sofia/core "0.11"]
Group / Artifact | Type | Version |
---|---|---|
org.freemarker : freemarker | jar | 2.3.18 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.1.1 |