MVN

org.jspare : jspare-core

Maven & Gradle

Aug 03, 2017
3 usages
3 stars
<dependency>
    <groupId>org.jspare</groupId>
    <artifactId>jspare-core</artifactId>
    <version>3.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jspare : jspare-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.1

All Versions

Choose a version of org.jspare : jspare-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
jspare-core-3.0.1
jspare-core-3.0.0
2.1.x
jspare-core-2.1.0
jspare-core-2.1.0-M01
2.0.x
jspare-core-2.0.1
jspare-core-2.0.0
1.0.x
jspare-core-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jspare</groupId>
    <artifactId>jspare-core</artifactId>
    <version>3.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jspare : jspare-core gradle dependency to your build.gradle file:

implementation 'org.jspare:jspare-core:3.0.1'

Gradle Kotlin DSL: Add the following org.jspare : jspare-core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jspare:jspare-core:3.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jspare : jspare-core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jspare" % "jspare-core" % "3.0.1"