MVN

com.tuplejump : calliope_2.10

Maven & Gradle

Sep 13, 2014
28 stars

calliope · calliope

<dependency>
    <groupId>com.tuplejump</groupId>
    <artifactId>calliope_2.10</artifactId>
    <version>1.1.0-CTP</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tuplejump : calliope_2.10 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0-CTP

All Versions

Choose a version of com.tuplejump : calliope_2.10 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
calliope_2.10-1.1.0-CTP
1.0.x
calliope_2.10-1.0.1-CTP
0.9.x
calliope_2.10-0.9.2-EA
calliope_2.10-0.9.0-U1-C2-EA
calliope_2.10-0.9.0-U1-EA
calliope_2.10-0.9.0-C2-EA
calliope_2.10-0.9.0-EA
calliope_2.10-0.9.2EA

How to add a dependency to Maven

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

<dependency>
    <groupId>com.tuplejump</groupId>
    <artifactId>calliope_2.10</artifactId>
    <version>1.1.0-CTP</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tuplejump : calliope_2.10 gradle dependency to your build.gradle file:

implementation 'com.tuplejump:calliope_2.10:1.1.0-CTP'

Gradle Kotlin DSL: Add the following com.tuplejump : calliope_2.10 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tuplejump:calliope_2.10:1.1.0-CTP")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tuplejump : calliope_2.10 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tuplejump" % "calliope_2.10" % "1.1.0-CTP"

Advertisement