MVN

com.kennycason : soroban

Maven & Gradle

Oct 02, 2016
2 stars

Soroban · Soroban is a command line calculator tool

<dependency>
    <groupId>com.kennycason</groupId>
    <artifactId>soroban</artifactId>
    <version>1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.kennycason : soroban to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4

All Versions

Choose a version of com.kennycason : soroban to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4
soroban-1.4
1.3
soroban-1.3
1.2
soroban-1.2
1.1
soroban-1.1
1.0
soroban-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.kennycason</groupId>
    <artifactId>soroban</artifactId>
    <version>1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.kennycason : soroban gradle dependency to your build.gradle file:

implementation 'com.kennycason:soroban:1.4'

Gradle Kotlin DSL: Add the following com.kennycason : soroban gradle kotlin dependency to your build.gradle.kts file:

implementation("com.kennycason:soroban:1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.kennycason : soroban sbt scala dependency to your build.sbt file:

libraryDependencies += "com.kennycason" % "soroban" % "1.4"

Advertisement

Dependencies from Group

Nov 25, 2020
4 usages
518 stars
Nov 25, 2020
3 usages
518 stars
Nov 25, 2020
2 usages
518 stars
Nov 25, 2020
1 usages
518 stars
Jun 19, 2017
1 usages
14 stars

Discover Dependencies