MVN

hr.com.vgv.verano.http : verano-http

Maven & Gradle

Mar 14, 2019
42 stars
<dependency>
    <groupId>hr.com.vgv.verano.http</groupId>
    <artifactId>verano-http</artifactId>
    <version>0.41</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of hr.com.vgv.verano.http : verano-http to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.41

All Versions

Choose a version of hr.com.vgv.verano.http : verano-http to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.41
verano-http-0.41
0.31
verano-http-0.31
0.4
verano-http-0.4
0.3
verano-http-0.3
0.2
verano-http-0.2
0.1
verano-http-0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>hr.com.vgv.verano.http</groupId>
    <artifactId>verano-http</artifactId>
    <version>0.41</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following hr.com.vgv.verano.http : verano-http gradle dependency to your build.gradle file:

implementation 'hr.com.vgv.verano.http:verano-http:0.41'

Gradle Kotlin DSL: Add the following hr.com.vgv.verano.http : verano-http gradle kotlin dependency to your build.gradle.kts file:

implementation("hr.com.vgv.verano.http:verano-http:0.41")

How to add a dependency to SBT Scala

SBT Scala: Add the following hr.com.vgv.verano.http : verano-http sbt scala dependency to your build.sbt file:

libraryDependencies += "hr.com.vgv.verano.http" % "verano-http" % "0.41"

Advertisement