MVN

org.sturrock : cassettej

Maven & Gradle

Feb 19, 2019
2 stars

Partial Java port of the .NET content addressable storage library Cassette https://github.com/point-platform/cassette

<dependency>
    <groupId>org.sturrock</groupId>
    <artifactId>cassettej</artifactId>
    <version>2.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sturrock : cassettej to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.3

All Versions

Choose a version of org.sturrock : cassettej to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
cassettej-2.0.3
cassettej-2.0.2
cassettej-2.0.1
cassettej-2.0.0

How to add a dependency to Maven

Add the following org.sturrock : cassettej maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.sturrock</groupId>
    <artifactId>cassettej</artifactId>
    <version>2.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sturrock : cassettej gradle dependency to your build.gradle file:

implementation 'org.sturrock:cassettej:2.0.3'

Gradle Kotlin DSL: Add the following org.sturrock : cassettej gradle kotlin dependency to your build.gradle.kts file:

implementation("org.sturrock:cassettej:2.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sturrock : cassettej sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sturrock" % "cassettej" % "2.0.3"

Advertisement