MVN

com.github.praxissoftware.rest : com.github.praxissoftware.rest.core

Maven & Gradle

Aug 09, 2012
0 stars

Praxis Software - REST - Core · Core contains the base concepts of our approach to RESTful development in Java.

<dependency>
    <groupId>com.github.praxissoftware.rest</groupId>
    <artifactId>com.github.praxissoftware.rest.core</artifactId>
    <version>2.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.praxissoftware.rest : com.github.praxissoftware.rest.core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.2

All Versions

Choose a version of com.github.praxissoftware.rest : com.github.praxissoftware.rest.core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
com.github.praxissoftware.rest.core-2.0.2
com.github.praxissoftware.rest.core-2.0.1
com.github.praxissoftware.rest.core-2.0.0
1.1.x
com.github.praxissoftware.rest.core-1.1.0
1.0.x
com.github.praxissoftware.rest.core-1.0.0

How to add a dependency to Maven

Add the following com.github.praxissoftware.rest : com.github.praxissoftware.rest.core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.praxissoftware.rest</groupId>
    <artifactId>com.github.praxissoftware.rest.core</artifactId>
    <version>2.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.praxissoftware.rest : com.github.praxissoftware.rest.core gradle dependency to your build.gradle file:

implementation 'com.github.praxissoftware.rest:com.github.praxissoftware.rest.core:2.0.2'

Gradle Kotlin DSL: Add the following com.github.praxissoftware.rest : com.github.praxissoftware.rest.core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.praxissoftware.rest:com.github.praxissoftware.rest.core:2.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.praxissoftware.rest : com.github.praxissoftware.rest.core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.praxissoftware.rest" % "com.github.praxissoftware.rest.core" % "2.0.2"