MVN

com.github.bthink-bgu : BPjs

Maven & Gradle

Feb 17, 2022
34 stars

BPjs · Provides runtime and analysis for behavioral programs written in JavaScript. It can run stand-alone (from the commmandline) or be embedded in larger JVM-based systems.

<dependency>
    <groupId>com.github.bthink-bgu</groupId>
    <artifactId>BPjs</artifactId>
    <version>0.12.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.bthink-bgu : BPjs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.12.2

All Versions

Choose a version of com.github.bthink-bgu : BPjs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.12.x
BPjs-0.12.2
BPjs-0.12.1
BPjs-0.12.0
0.11.x
BPjs-0.11.1
BPjs-0.11.0
0.10.x
BPjs-0.10.7
BPjs-0.10.6
BPjs-0.10.5
BPjs-0.10.3
BPjs-0.10.2
BPjs-0.10.1
BPjs-0.10.0
0.9.x
BPjs-0.9.8
BPjs-0.9.7
BPjs-0.9.6
BPjs-0.9.5
BPjs-0.9.4
BPjs-0.9.3
BPjs-0.9.2
BPjs-0.9.1
0.8.x
BPjs-0.8.6
BPjs-0.8.5
BPjs-0.8.4
BPjs-0.8.3
BPjs-0.8.2
BPjs-0.8.1
BPjs-0.8.0

How to add a dependency to Maven

Add the following com.github.bthink-bgu : BPjs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.bthink-bgu</groupId>
    <artifactId>BPjs</artifactId>
    <version>0.12.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.bthink-bgu : BPjs gradle dependency to your build.gradle file:

implementation 'com.github.bthink-bgu:BPjs:0.12.2'

Gradle Kotlin DSL: Add the following com.github.bthink-bgu : BPjs gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.bthink-bgu:BPjs:0.12.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.bthink-bgu : BPjs sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.bthink-bgu" % "BPjs" % "0.12.2"