| License |
License |
|---|---|
| GroupId | GroupIdcom.github.bthink-bgu |
| ArtifactId | ArtifactIdBPjs |
| Version | Version0.12.2 |
| Type | Typejar |
| Description |
DescriptionBPjs
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.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| BPjs-0.12.2.pom | |
| BPjs-0.12.2.jar | 192 KB |
| BPjs-0.12.2-sources.jar | 140 KB |
| BPjs-0.12.2-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.bthink-bgu/BPjs/ -->
<dependency>
<groupId>com.github.bthink-bgu</groupId>
<artifactId>BPjs</artifactId>
<version>0.12.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bthink-bgu/BPjs/
implementation 'com.github.bthink-bgu:BPjs:0.12.2'
// https://jarcasting.com/artifacts/com.github.bthink-bgu/BPjs/
implementation ("com.github.bthink-bgu:BPjs:0.12.2")
'com.github.bthink-bgu:BPjs:jar:0.12.2'
<dependency org="com.github.bthink-bgu" name="BPjs" rev="0.12.2">
<artifact name="BPjs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bthink-bgu', module='BPjs', version='0.12.2')
)
libraryDependencies += "com.github.bthink-bgu" % "BPjs" % "0.12.2"
[com.github.bthink-bgu/BPjs "0.12.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.mozilla : rhino | jar | 1.7.13 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.hamcrest : hamcrest-core | jar | 1.3 |
| org.apache.commons : commons-csv | jar | 1.8 |