MVN

hr.com.vgv.verano : verano-http

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 1.1.1

All Versions

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

Version Vulnerabilities Updated
1.1.x
verano-http-1.1.1
1.1
verano-http-1.1
1.0
verano-http-1.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement