MVN

io.purecore : api

Maven & Gradle

Aug 09, 2020
1 stars

purecore.io java wrapper · purecore.io java wrapper in order to interact with the REST api

<dependency>
    <groupId>io.purecore</groupId>
    <artifactId>api</artifactId>
    <version>1.1.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.purecore : api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.14

All Versions

Choose a version of io.purecore : api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
api-1.1.14
api-1.1.13
api-1.1.12
api-1.1.11
api-1.1.10
api-1.1.9
api-1.1.8
api-1.1.7
api-1.1.6
api-1.1.5
api-1.1.4
api-1.1.3
api-1.1.2
api-1.1.1
api-1.1.0
1.0.x
api-1.0.2

How to add a dependency to Maven

Add the following io.purecore : api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.purecore</groupId>
    <artifactId>api</artifactId>
    <version>1.1.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.purecore : api gradle dependency to your build.gradle file:

implementation 'io.purecore:api:1.1.14'

Gradle Kotlin DSL: Add the following io.purecore : api gradle kotlin dependency to your build.gradle.kts file:

implementation("io.purecore:api:1.1.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.purecore : api sbt scala dependency to your build.sbt file:

libraryDependencies += "io.purecore" % "api" % "1.1.14"

Advertisement