MVN

cz.o2.proxima.beam : beam-runners-direct-java

Maven & Gradle

Feb 15, 2020
1 usages
<dependency>
    <groupId>cz.o2.proxima.beam</groupId>
    <artifactId>beam-runners-direct-java</artifactId>
    <version>0.3-1d562f</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cz.o2.proxima.beam : beam-runners-direct-java to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3-1d562f
  • Latest Release Candidate: 0.3.0-rc1-ab3f0b

All Versions

Choose a version of cz.o2.proxima.beam : beam-runners-direct-java to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3
beam-runners-direct-java-0.3-1d562f
beam-runners-direct-java-0.3-b91560
0.3.x
beam-runners-direct-java-0.3.0-rc1-ab3f0b
beam-runners-direct-java-0.3.0-rc1

How to add a dependency to Maven

Add the following cz.o2.proxima.beam : beam-runners-direct-java maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cz.o2.proxima.beam</groupId>
    <artifactId>beam-runners-direct-java</artifactId>
    <version>0.3-1d562f</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cz.o2.proxima.beam : beam-runners-direct-java gradle dependency to your build.gradle file:

implementation 'cz.o2.proxima.beam:beam-runners-direct-java:0.3-1d562f'

Gradle Kotlin DSL: Add the following cz.o2.proxima.beam : beam-runners-direct-java gradle kotlin dependency to your build.gradle.kts file:

implementation("cz.o2.proxima.beam:beam-runners-direct-java:0.3-1d562f")

How to add a dependency to SBT Scala

SBT Scala: Add the following cz.o2.proxima.beam : beam-runners-direct-java sbt scala dependency to your build.sbt file:

libraryDependencies += "cz.o2.proxima.beam" % "beam-runners-direct-java" % "0.3-1d562f"