MVN

com.pep1 : pep1-commons-rest

Maven & Gradle

Aug 07, 2018

Pep1 :: Commons REST · Project with several essential REST classes and configs.

<dependency>
    <groupId>com.pep1</groupId>
    <artifactId>pep1-commons-rest</artifactId>
    <version>2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.pep1 : pep1-commons-rest to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1

All Versions

Choose a version of com.pep1 : pep1-commons-rest to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1
pep1-commons-rest-2.1
2.0
pep1-commons-rest-2.0
0.8
pep1-commons-rest-0.8
0.7
pep1-commons-rest-0.7
0.6
pep1-commons-rest-0.6
0.5
pep1-commons-rest-0.5
0.4
pep1-commons-rest-0.4
0.3
pep1-commons-rest-0.3
0.2
pep1-commons-rest-0.2
0.1
pep1-commons-rest-0.1

How to add a dependency to Maven

Add the following com.pep1 : pep1-commons-rest maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.pep1</groupId>
    <artifactId>pep1-commons-rest</artifactId>
    <version>2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.pep1 : pep1-commons-rest gradle dependency to your build.gradle file:

implementation 'com.pep1:pep1-commons-rest:2.1'

Gradle Kotlin DSL: Add the following com.pep1 : pep1-commons-rest gradle kotlin dependency to your build.gradle.kts file:

implementation("com.pep1:pep1-commons-rest:2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.pep1 : pep1-commons-rest sbt scala dependency to your build.sbt file:

libraryDependencies += "com.pep1" % "pep1-commons-rest" % "2.1"

Advertisement