MVN

com.github.tcurrie : rest.factory

Maven & Gradle

Jun 10, 2016
1 stars

Simple Rest Factory · Simple rest client-server factory, you give it a url, it does the rest!

<dependency>
    <groupId>com.github.tcurrie</groupId>
    <artifactId>rest.factory</artifactId>
    <version>0.2.70</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.2.70

All Versions

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

Version Vulnerabilities Updated
0.2.x
rest.factory-0.2.70
rest.factory-0.2.69
rest.factory-0.2.68
rest.factory-0.2.67
0.1.x
rest.factory-0.1.66
rest.factory-0.1.65
rest.factory-0.1.64
rest.factory-0.1.63
rest.factory-0.1.61
rest.factory-0.1.60
rest.factory-0.1.59
rest.factory-0.1.58
rest.factory-0.1.57
rest.factory-0.1.56
rest.factory-0.1.55
rest.factory-0.1.54
rest.factory-0.1.53
rest.factory-0.1.52
rest.factory-0.1.50
rest.factory-0.1.49
rest.factory-0.1.48
rest.factory-0.1.47
rest.factory-0.1.46
rest.factory-0.1.45
rest.factory-0.1.44
rest.factory-0.1.43
rest.factory-0.1.42
rest.factory-0.1.41
rest.factory-0.1.40
rest.factory-0.1.39
rest.factory-0.1.38
rest.factory-0.1.37
rest.factory-0.1.36

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.tcurrie</groupId>
    <artifactId>rest.factory</artifactId>
    <version>0.2.70</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.tcurrie:rest.factory:0.2.70'

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

implementation("com.github.tcurrie:rest.factory:0.2.70")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.tcurrie" % "rest.factory" % "0.2.70"