MVN

org.kevoree.modeling : org.kevoree.modeling.microframework.datastores.http

Maven & Gradle

Aug 27, 2014
36 stars

Kevoree :: Modeling :: DataStores :: HTTP

<dependency>
    <groupId>org.kevoree.modeling</groupId>
    <artifactId>org.kevoree.modeling.microframework.datastores.http</artifactId>
    <version>3.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kevoree.modeling : org.kevoree.modeling.microframework.datastores.http to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.0

All Versions

Choose a version of org.kevoree.modeling : org.kevoree.modeling.microframework.datastores.http to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
org.kevoree.modeling.microframework.datastores.http-3.3.0
3.2.x
org.kevoree.modeling.microframework.datastores.http-3.2.2
org.kevoree.modeling.microframework.datastores.http-3.2.1
org.kevoree.modeling.microframework.datastores.http-3.2.0
3.1.x
org.kevoree.modeling.microframework.datastores.http-3.1.1
org.kevoree.modeling.microframework.datastores.http-3.1.0
3.0.x
org.kevoree.modeling.microframework.datastores.http-3.0.0
2.4.x
org.kevoree.modeling.microframework.datastores.http-2.4.1
org.kevoree.modeling.microframework.datastores.http-2.4.0
2.3.x
org.kevoree.modeling.microframework.datastores.http-2.3.1
org.kevoree.modeling.microframework.datastores.http-2.3.0
2.2.x
org.kevoree.modeling.microframework.datastores.http-2.2.0
2.1.x
org.kevoree.modeling.microframework.datastores.http-2.1.0
2.0.x
org.kevoree.modeling.microframework.datastores.http-2.0.1
org.kevoree.modeling.microframework.datastores.http-2.0.0
1.10.x
org.kevoree.modeling.microframework.datastores.http-1.10.4
org.kevoree.modeling.microframework.datastores.http-1.10.3
org.kevoree.modeling.microframework.datastores.http-1.10.2
org.kevoree.modeling.microframework.datastores.http-1.10.0
1.9.x
org.kevoree.modeling.microframework.datastores.http-1.9.12
org.kevoree.modeling.microframework.datastores.http-1.9.11
org.kevoree.modeling.microframework.datastores.http-1.9.7
org.kevoree.modeling.microframework.datastores.http-1.9.6
org.kevoree.modeling.microframework.datastores.http-1.9.5
org.kevoree.modeling.microframework.datastores.http-1.9.4
org.kevoree.modeling.microframework.datastores.http-1.9.3
org.kevoree.modeling.microframework.datastores.http-1.9.2
org.kevoree.modeling.microframework.datastores.http-1.9.1

How to add a dependency to Maven

Add the following org.kevoree.modeling : org.kevoree.modeling.microframework.datastores.http maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.kevoree.modeling</groupId>
    <artifactId>org.kevoree.modeling.microframework.datastores.http</artifactId>
    <version>3.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.kevoree.modeling : org.kevoree.modeling.microframework.datastores.http gradle dependency to your build.gradle file:

implementation 'org.kevoree.modeling:org.kevoree.modeling.microframework.datastores.http:3.3.0'

Gradle Kotlin DSL: Add the following org.kevoree.modeling : org.kevoree.modeling.microframework.datastores.http gradle kotlin dependency to your build.gradle.kts file:

implementation("org.kevoree.modeling:org.kevoree.modeling.microframework.datastores.http:3.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.kevoree.modeling : org.kevoree.modeling.microframework.datastores.http sbt scala dependency to your build.sbt file:

libraryDependencies += "org.kevoree.modeling" % "org.kevoree.modeling.microframework.datastores.http" % "3.3.0"