MVN

com.github.arucard21.simplyrestful : client

Maven & Gradle

Jan 13, 2023
1 stars

client · A generic client that can be used with any SimplyRESTful API

<dependency>
    <groupId>com.github.arucard21.simplyrestful</groupId>
    <artifactId>client</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.arucard21.simplyrestful : client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.github.arucard21.simplyrestful : client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
client-1.0.0
0.20.x
client-0.20.1
client-0.20.0
0.19.x
client-0.19.1
client-0.19.0
0.18.x
client-0.18.4
client-0.18.3
client-0.18.2
client-0.18.1
client-0.18.0
0.17.x
client-0.17.5
client-0.17.4
client-0.17.3
client-0.17.2
client-0.17.1
client-0.17.0
0.16.x
client-0.16.2
client-0.16.1
client-0.16.0
0.15.x
client-0.15.0
0.14.x
client-0.14.0
0.13.x
client-0.13.3
client-0.13.2
client-0.13.1
client-0.13.0
0.12.x
client-0.12.2
client-0.12.1
client-0.12.0
0.11.x
client-0.11.5
client-0.11.4
client-0.11.3
client-0.11.2
client-0.11.1
client-0.11.0
0.10.x
client-0.10.2
client-0.10.1
client-0.10.0
0.9.x
client-0.9.0

How to add a dependency to Maven

Add the following com.github.arucard21.simplyrestful : client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.arucard21.simplyrestful</groupId>
    <artifactId>client</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.arucard21.simplyrestful : client gradle dependency to your build.gradle file:

implementation 'com.github.arucard21.simplyrestful:client:1.0.0'

Gradle Kotlin DSL: Add the following com.github.arucard21.simplyrestful : client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.arucard21.simplyrestful:client:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.arucard21.simplyrestful : client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.arucard21.simplyrestful" % "client" % "1.0.0"