MVN

com.antwerkz.sofia : core

Maven & Gradle

Aug 28, 2012
2 usages
12 stars

Sofia Core

<dependency>
    <groupId>com.antwerkz.sofia</groupId>
    <artifactId>core</artifactId>
    <version>0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.antwerkz.sofia : core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.11

All Versions

Choose a version of com.antwerkz.sofia : core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.11
core-0.11
0.10
core-0.10
0.9
core-0.9
0.8
core-0.8
0.7
core-0.7
0.6
core-0.6
0.5
core-0.5
0.4
core-0.4
0.3
core-0.3
0.2
core-0.2

How to add a dependency to Maven

Add the following com.antwerkz.sofia : core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.antwerkz.sofia</groupId>
    <artifactId>core</artifactId>
    <version>0.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.antwerkz.sofia : core gradle dependency to your build.gradle file:

implementation 'com.antwerkz.sofia:core:0.11'

Gradle Kotlin DSL: Add the following com.antwerkz.sofia : core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.antwerkz.sofia:core:0.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.antwerkz.sofia : core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.antwerkz.sofia" % "core" % "0.11"

Advertisement