MVN

org.xcmis : xcmis-sp-inmemory

Maven & Gradle

Apr 23, 2013
2 usages
6 stars

xCMIS :: SP :: InMemory

<dependency>
    <groupId>org.xcmis</groupId>
    <artifactId>xcmis-sp-inmemory</artifactId>
    <version>1.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.xcmis : xcmis-sp-inmemory to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.0
  • Latest Release Candidate: 1.3.0-RC1
  • Latest Beta: 1.2-beta1

All Versions

Choose a version of org.xcmis : xcmis-sp-inmemory to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
xcmis-sp-inmemory-1.3.0
xcmis-sp-inmemory-1.3.0-RC1
1.2.x
xcmis-sp-inmemory-1.2.2
xcmis-sp-inmemory-1.2.1
xcmis-sp-inmemory-1.2.0-GA
1.2
xcmis-sp-inmemory-1.2-beta1
1.1.x
xcmis-sp-inmemory-1.1.4
xcmis-sp-inmemory-1.1.3
xcmis-sp-inmemory-1.1.2
xcmis-sp-inmemory-1.1.1
xcmis-sp-inmemory-1.1.0-GA
xcmis-sp-inmemory-1.1.0-Beta01
1.0
xcmis-sp-inmemory-1.0

How to add a dependency to Maven

Add the following org.xcmis : xcmis-sp-inmemory maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.xcmis</groupId>
    <artifactId>xcmis-sp-inmemory</artifactId>
    <version>1.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.xcmis : xcmis-sp-inmemory gradle dependency to your build.gradle file:

implementation 'org.xcmis:xcmis-sp-inmemory:1.3.0'

Gradle Kotlin DSL: Add the following org.xcmis : xcmis-sp-inmemory gradle kotlin dependency to your build.gradle.kts file:

implementation("org.xcmis:xcmis-sp-inmemory:1.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.xcmis : xcmis-sp-inmemory sbt scala dependency to your build.sbt file:

libraryDependencies += "org.xcmis" % "xcmis-sp-inmemory" % "1.3.0"