MVN

io.simplesource : simplesaga-http

Maven & Gradle

Jul 20, 2019
1 usages
17 stars
<dependency>
    <groupId>io.simplesource</groupId>
    <artifactId>simplesaga-http</artifactId>
    <version>0.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.simplesource : simplesaga-http to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.7

All Versions

Choose a version of io.simplesource : simplesaga-http to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
simplesaga-http-0.1.7
simplesaga-http-0.1.6
simplesaga-http-0.1.5
simplesaga-http-0.1.4
simplesaga-http-0.1.3
simplesaga-http-0.1.2
simplesaga-http-0.1.1
simplesaga-http-0.1.0

How to add a dependency to Maven

Add the following io.simplesource : simplesaga-http maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.simplesource</groupId>
    <artifactId>simplesaga-http</artifactId>
    <version>0.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.simplesource : simplesaga-http gradle dependency to your build.gradle file:

implementation 'io.simplesource:simplesaga-http:0.1.7'

Gradle Kotlin DSL: Add the following io.simplesource : simplesaga-http gradle kotlin dependency to your build.gradle.kts file:

implementation("io.simplesource:simplesaga-http:0.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.simplesource : simplesaga-http sbt scala dependency to your build.sbt file:

libraryDependencies += "io.simplesource" % "simplesaga-http" % "0.1.7"

Advertisement