MVN

net.onedaybeard.artemis : artemis-odb-benchmark

Maven & Gradle

Jul 17, 2014
670 stars

artemis-odb benchmarks

<dependency>
    <groupId>net.onedaybeard.artemis</groupId>
    <artifactId>artemis-odb-benchmark</artifactId>
    <version>0.6.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.onedaybeard.artemis : artemis-odb-benchmark to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.5

All Versions

Choose a version of net.onedaybeard.artemis : artemis-odb-benchmark to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
artemis-odb-benchmark-0.6.5
artemis-odb-benchmark-0.6.4
artemis-odb-benchmark-0.6.3
artemis-odb-benchmark-0.6.2
artemis-odb-benchmark-0.6.1
artemis-odb-benchmark-0.6.0

How to add a dependency to Maven

Add the following net.onedaybeard.artemis : artemis-odb-benchmark maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.onedaybeard.artemis</groupId>
    <artifactId>artemis-odb-benchmark</artifactId>
    <version>0.6.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.onedaybeard.artemis : artemis-odb-benchmark gradle dependency to your build.gradle file:

implementation 'net.onedaybeard.artemis:artemis-odb-benchmark:0.6.5'

Gradle Kotlin DSL: Add the following net.onedaybeard.artemis : artemis-odb-benchmark gradle kotlin dependency to your build.gradle.kts file:

implementation("net.onedaybeard.artemis:artemis-odb-benchmark:0.6.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.onedaybeard.artemis : artemis-odb-benchmark sbt scala dependency to your build.sbt file:

libraryDependencies += "net.onedaybeard.artemis" % "artemis-odb-benchmark" % "0.6.5"

Advertisement