MVN

srl.forge : bionic-js

Maven & Gradle

Jul 20, 2021
7 stars

Bionic JS · The library to integrate Bionic JS in Java applications

<dependency>
    <groupId>srl.forge</groupId>
    <artifactId>bionic-js</artifactId>
    <version>0.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of srl.forge : bionic-js to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.0

All Versions

Choose a version of srl.forge : bionic-js to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
bionic-js-0.3.0
0.2.x
bionic-js-0.2.0
0.1.x
bionic-js-0.1.0

How to add a dependency to Maven

Add the following srl.forge : bionic-js maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>srl.forge</groupId>
    <artifactId>bionic-js</artifactId>
    <version>0.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following srl.forge : bionic-js gradle dependency to your build.gradle file:

implementation 'srl.forge:bionic-js:0.3.0'

Gradle Kotlin DSL: Add the following srl.forge : bionic-js gradle kotlin dependency to your build.gradle.kts file:

implementation("srl.forge:bionic-js:0.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following srl.forge : bionic-js sbt scala dependency to your build.sbt file:

libraryDependencies += "srl.forge" % "bionic-js" % "0.3.0"

Advertisement