MVN

com.github.bordertech.restfriends : restfriends-envelope

Maven & Gradle

Oct 28, 2019
2 usages
0 stars

restfriends-envelope · REST Response Envelope

<dependency>
    <groupId>com.github.bordertech.restfriends</groupId>
    <artifactId>restfriends-envelope</artifactId>
    <version>1.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.bordertech.restfriends : restfriends-envelope to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.5
  • Latest Beta: 2.0.0-beta-1

All Versions

Choose a version of com.github.bordertech.restfriends : restfriends-envelope to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
restfriends-envelope-2.0.0-beta-1
1.0.x
restfriends-envelope-1.0.5
restfriends-envelope-1.0.4
restfriends-envelope-1.0.3
restfriends-envelope-1.0.2
restfriends-envelope-1.0.1
restfriends-envelope-1.0.0

How to add a dependency to Maven

Add the following com.github.bordertech.restfriends : restfriends-envelope maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.bordertech.restfriends</groupId>
    <artifactId>restfriends-envelope</artifactId>
    <version>1.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.bordertech.restfriends : restfriends-envelope gradle dependency to your build.gradle file:

implementation 'com.github.bordertech.restfriends:restfriends-envelope:1.0.5'

Gradle Kotlin DSL: Add the following com.github.bordertech.restfriends : restfriends-envelope gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.bordertech.restfriends:restfriends-envelope:1.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.bordertech.restfriends : restfriends-envelope sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.bordertech.restfriends" % "restfriends-envelope" % "1.0.5"