MVN

eu.fthevenet : binjr

Maven & Gradle

Oct 31, 2018
0 stars

binjr · Flexible Time Series Visualization

<dependency>
    <groupId>eu.fthevenet</groupId>
    <artifactId>binjr</artifactId>
    <version>1.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.fthevenet : binjr to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.0

All Versions

Choose a version of eu.fthevenet : binjr to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
binjr-1.6.0
1.5.x
binjr-1.5.3
binjr-1.5.2
binjr-1.5.1
binjr-1.5.0
1.4.x
binjr-1.4.3
binjr-1.4.2
binjr-1.4.1
binjr-1.4.0
1.3.x
binjr-1.3.5

How to add a dependency to Maven

Add the following eu.fthevenet : binjr maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.fthevenet</groupId>
    <artifactId>binjr</artifactId>
    <version>1.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.fthevenet : binjr gradle dependency to your build.gradle file:

implementation 'eu.fthevenet:binjr:1.6.0'

Gradle Kotlin DSL: Add the following eu.fthevenet : binjr gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.fthevenet:binjr:1.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.fthevenet : binjr sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.fthevenet" % "binjr" % "1.6.0"

Advertisement