MVN

com.yahoo.behaviorgraph : bgjvm

Maven & Gradle

Oct 05, 2022
5 stars

Behavior Graph · Behavior Graph lets you build your programs out of small, easily understood pieces in a way that lets the computer do more of the work for you.

<dependency>
    <groupId>com.yahoo.behaviorgraph</groupId>
    <artifactId>bgjvm</artifactId>
    <version>0.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.yahoo.behaviorgraph : bgjvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.0

All Versions

Choose a version of com.yahoo.behaviorgraph : bgjvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
bgjvm-0.7.0
0.6.x
bgjvm-0.6.0

How to add a dependency to Maven

Add the following com.yahoo.behaviorgraph : bgjvm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.yahoo.behaviorgraph</groupId>
    <artifactId>bgjvm</artifactId>
    <version>0.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.yahoo.behaviorgraph : bgjvm gradle dependency to your build.gradle file:

implementation 'com.yahoo.behaviorgraph:bgjvm:0.7.0'

Gradle Kotlin DSL: Add the following com.yahoo.behaviorgraph : bgjvm gradle kotlin dependency to your build.gradle.kts file:

implementation("com.yahoo.behaviorgraph:bgjvm:0.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.yahoo.behaviorgraph : bgjvm sbt scala dependency to your build.sbt file:

libraryDependencies += "com.yahoo.behaviorgraph" % "bgjvm" % "0.7.0"