MVN

io.openscore.content : score-http-client

Maven & Gradle

Mar 05, 2015
6 usages
39 stars

An HTTP client for score

<dependency>
    <groupId>io.openscore.content</groupId>
    <artifactId>score-http-client</artifactId>
    <version>0.1.57</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.openscore.content : score-http-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.57

All Versions

Choose a version of io.openscore.content : score-http-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
score-http-client-0.1.57
score-http-client-0.1.44

How to add a dependency to Maven

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

<dependency>
    <groupId>io.openscore.content</groupId>
    <artifactId>score-http-client</artifactId>
    <version>0.1.57</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.openscore.content : score-http-client gradle dependency to your build.gradle file:

implementation 'io.openscore.content:score-http-client:0.1.57'

Gradle Kotlin DSL: Add the following io.openscore.content : score-http-client gradle kotlin dependency to your build.gradle.kts file:

implementation("io.openscore.content:score-http-client:0.1.57")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.openscore.content : score-http-client sbt scala dependency to your build.sbt file:

libraryDependencies += "io.openscore.content" % "score-http-client" % "0.1.57"