MVN

com.sporniket.networking : sporniket-networking-http

Maven & Gradle

Nov 01, 2022
0 stars

sporniket-networking-http · Utilities to addresse http services

<dependency>
    <groupId>com.sporniket.networking</groupId>
    <artifactId>sporniket-networking-http</artifactId>
    <version>22.11.00</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sporniket.networking : sporniket-networking-http to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 22.11.00

All Versions

Choose a version of com.sporniket.networking : sporniket-networking-http to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
22.11.x
sporniket-networking-http-22.11.00
20.05.x
sporniket-networking-http-20.05.00

How to add a dependency to Maven

Add the following com.sporniket.networking : sporniket-networking-http maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sporniket.networking</groupId>
    <artifactId>sporniket-networking-http</artifactId>
    <version>22.11.00</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sporniket.networking : sporniket-networking-http gradle dependency to your build.gradle file:

implementation 'com.sporniket.networking:sporniket-networking-http:22.11.00'

Gradle Kotlin DSL: Add the following com.sporniket.networking : sporniket-networking-http gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sporniket.networking:sporniket-networking-http:22.11.00")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sporniket.networking : sporniket-networking-http sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sporniket.networking" % "sporniket-networking-http" % "22.11.00"

Advertisement