MVN

fr.hhdev : ocelot-web

Maven & Gradle

Jul 31, 2015
14 stars
<dependency>
    <groupId>fr.hhdev</groupId>
    <artifactId>ocelot-web</artifactId>
    <version>2.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.hhdev : ocelot-web to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.2

All Versions

Choose a version of fr.hhdev : ocelot-web to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
ocelot-web-2.0.2
ocelot-web-2.0.1
ocelot-web-2.0.0
1.3.x
ocelot-web-1.3.1
ocelot-web-1.3.0
1.2.x
ocelot-web-1.2.0

How to add a dependency to Maven

Add the following fr.hhdev : ocelot-web maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fr.hhdev</groupId>
    <artifactId>ocelot-web</artifactId>
    <version>2.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fr.hhdev : ocelot-web gradle dependency to your build.gradle file:

implementation 'fr.hhdev:ocelot-web:2.0.2'

Gradle Kotlin DSL: Add the following fr.hhdev : ocelot-web gradle kotlin dependency to your build.gradle.kts file:

implementation("fr.hhdev:ocelot-web:2.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following fr.hhdev : ocelot-web sbt scala dependency to your build.sbt file:

libraryDependencies += "fr.hhdev" % "ocelot-web" % "2.0.2"

Advertisement