MVN

org.kasource : ka-commons

Maven & Gradle

Apr 28, 2012
5 usages
1 stars

Ka Commons · Common classes and utilities used by Ka projects.

<dependency>
    <groupId>org.kasource</groupId>
    <artifactId>ka-commons</artifactId>
    <version>0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kasource : ka-commons to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9

All Versions

Choose a version of org.kasource : ka-commons to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9
ka-commons-0.9
0.8.x
ka-commons-0.8.1
0.8
ka-commons-0.8
0.7.x
ka-commons-0.7.1
0.7
ka-commons-0.7
0.6
ka-commons-0.6
0.5
ka-commons-0.5

How to add a dependency to Maven

Add the following org.kasource : ka-commons maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.kasource</groupId>
    <artifactId>ka-commons</artifactId>
    <version>0.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.kasource : ka-commons gradle dependency to your build.gradle file:

implementation 'org.kasource:ka-commons:0.9'

Gradle Kotlin DSL: Add the following org.kasource : ka-commons gradle kotlin dependency to your build.gradle.kts file:

implementation("org.kasource:ka-commons:0.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.kasource : ka-commons sbt scala dependency to your build.sbt file:

libraryDependencies += "org.kasource" % "ka-commons" % "0.9"

Advertisement