MVN

com.ea.orbit : orbit-actor-benchmarks

Maven & Gradle

Mar 04, 2016

Orbit Actor Benchmarks

<dependency>
    <groupId>com.ea.orbit</groupId>
    <artifactId>orbit-actor-benchmarks</artifactId>
    <version>0.8.0-preview3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ea.orbit : orbit-actor-benchmarks to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.0-preview3

All Versions

Choose a version of com.ea.orbit : orbit-actor-benchmarks to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
orbit-actor-benchmarks-0.8.0-preview3
orbit-actor-benchmarks-0.8.0-preview2
orbit-actor-benchmarks-0.8.0-preview1

How to add a dependency to Maven

Add the following com.ea.orbit : orbit-actor-benchmarks maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ea.orbit</groupId>
    <artifactId>orbit-actor-benchmarks</artifactId>
    <version>0.8.0-preview3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ea.orbit : orbit-actor-benchmarks gradle dependency to your build.gradle file:

implementation 'com.ea.orbit:orbit-actor-benchmarks:0.8.0-preview3'

Gradle Kotlin DSL: Add the following com.ea.orbit : orbit-actor-benchmarks gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ea.orbit:orbit-actor-benchmarks:0.8.0-preview3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ea.orbit : orbit-actor-benchmarks sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ea.orbit" % "orbit-actor-benchmarks" % "0.8.0-preview3"

Advertisement