MVN

com.johnpili : response-payloader

Maven & Gradle

Nov 04, 2022
0 stars

Response Payloader · A basic library for standardizing response payloads

<dependency>
    <groupId>com.johnpili</groupId>
    <artifactId>response-payloader</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.johnpili : response-payloader to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of com.johnpili : response-payloader to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
response-payloader-1.1.0
1.0.x
response-payloader-1.0.2
response-payloader-1.0.1
response-payloader-1.0.0

How to add a dependency to Maven

Add the following com.johnpili : response-payloader maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.johnpili</groupId>
    <artifactId>response-payloader</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.johnpili : response-payloader gradle dependency to your build.gradle file:

implementation 'com.johnpili:response-payloader:1.1.0'

Gradle Kotlin DSL: Add the following com.johnpili : response-payloader gradle kotlin dependency to your build.gradle.kts file:

implementation("com.johnpili:response-payloader:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.johnpili : response-payloader sbt scala dependency to your build.sbt file:

libraryDependencies += "com.johnpili" % "response-payloader" % "1.1.0"

Advertisement