MVN

fi.otavanopisto.mwp.mwp-rest-client : mwp-rest-client

Maven & Gradle

Nov 30, 2016
0 stars

mwp-rest-client · REST client library for Kunta API management Wordpress

<dependency>
    <groupId>fi.otavanopisto.mwp.mwp-rest-client</groupId>
    <artifactId>mwp-rest-client</artifactId>
    <version>0.0.20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fi.otavanopisto.mwp.mwp-rest-client : mwp-rest-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.20

All Versions

Choose a version of fi.otavanopisto.mwp.mwp-rest-client : mwp-rest-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
mwp-rest-client-0.0.20
mwp-rest-client-0.0.19
mwp-rest-client-0.0.18
mwp-rest-client-0.0.17
mwp-rest-client-0.0.16
mwp-rest-client-0.0.15
mwp-rest-client-0.0.14
mwp-rest-client-0.0.13
mwp-rest-client-0.0.12
mwp-rest-client-0.0.11
mwp-rest-client-0.0.10
mwp-rest-client-0.0.9
mwp-rest-client-0.0.8
mwp-rest-client-0.0.7
mwp-rest-client-0.0.4
mwp-rest-client-0.0.3
mwp-rest-client-0.0.2
mwp-rest-client-0.0.1

How to add a dependency to Maven

Add the following fi.otavanopisto.mwp.mwp-rest-client : mwp-rest-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fi.otavanopisto.mwp.mwp-rest-client</groupId>
    <artifactId>mwp-rest-client</artifactId>
    <version>0.0.20</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fi.otavanopisto.mwp.mwp-rest-client : mwp-rest-client gradle dependency to your build.gradle file:

implementation 'fi.otavanopisto.mwp.mwp-rest-client:mwp-rest-client:0.0.20'

Gradle Kotlin DSL: Add the following fi.otavanopisto.mwp.mwp-rest-client : mwp-rest-client gradle kotlin dependency to your build.gradle.kts file:

implementation("fi.otavanopisto.mwp.mwp-rest-client:mwp-rest-client:0.0.20")

How to add a dependency to SBT Scala

SBT Scala: Add the following fi.otavanopisto.mwp.mwp-rest-client : mwp-rest-client sbt scala dependency to your build.sbt file:

libraryDependencies += "fi.otavanopisto.mwp.mwp-rest-client" % "mwp-rest-client" % "0.0.20"

Advertisement