MVN

com.aceevo.ursus : ursus-example-http-client

Maven & Gradle

Oct 25, 2014
<dependency>
    <groupId>com.aceevo.ursus</groupId>
    <artifactId>ursus-example-http-client</artifactId>
    <version>0.2.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.aceevo.ursus : ursus-example-http-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.15

All Versions

Choose a version of com.aceevo.ursus : ursus-example-http-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
ursus-example-http-client-0.2.15
ursus-example-http-client-0.2.14
ursus-example-http-client-0.2.13
ursus-example-http-client-0.2.12
ursus-example-http-client-0.2.11
ursus-example-http-client-0.2.10
ursus-example-http-client-0.2.9
ursus-example-http-client-0.2.8
ursus-example-http-client-0.2.7
ursus-example-http-client-0.2.6
ursus-example-http-client-0.2.5
ursus-example-http-client-0.2.4
ursus-example-http-client-0.2.3

How to add a dependency to Maven

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

<dependency>
    <groupId>com.aceevo.ursus</groupId>
    <artifactId>ursus-example-http-client</artifactId>
    <version>0.2.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.aceevo.ursus : ursus-example-http-client gradle dependency to your build.gradle file:

implementation 'com.aceevo.ursus:ursus-example-http-client:0.2.15'

Gradle Kotlin DSL: Add the following com.aceevo.ursus : ursus-example-http-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.aceevo.ursus:ursus-example-http-client:0.2.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.aceevo.ursus : ursus-example-http-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.aceevo.ursus" % "ursus-example-http-client" % "0.2.15"

Advertisement