MVN

io.github.astonbitecode : j4rs

Maven & Gradle

Aug 23, 2023
501 stars

j4rs · Java for Rust

<dependency>
    <groupId>io.github.astonbitecode</groupId>
    <artifactId>j4rs</artifactId>
    <version>0.17.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.astonbitecode : j4rs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.17.1

All Versions

Choose a version of io.github.astonbitecode : j4rs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.17.x
j4rs-0.17.1
j4rs-0.17.0
0.16.x
j4rs-0.16.1
j4rs-0.16.0
0.15.x
j4rs-0.15.3
j4rs-0.15.2
j4rs-0.15.1
j4rs-0.15.0
0.14.x
j4rs-0.14.0
0.13.x
j4rs-0.13.1-java7
j4rs-0.13.0
j4rs-0.13.0-java7
0.12.x
j4rs-0.12.0
j4rs-0.12.0-java7
0.11.x
j4rs-0.11.2
j4rs-0.11.2-java7
j4rs-0.11.0
j4rs-0.11.0-java7
0.10.x
j4rs-0.10.2-java7
j4rs-0.10.1-java7
j4rs-0.10.0
j4rs-0.10.0-java7
0.9.x
j4rs-0.9.0
j4rs-0.9.0-java7
0.8.x
j4rs-0.8.0
j4rs-0.8.0-java7
0.7.x
j4rs-0.7.1-java7
j4rs-0.7.1
j4rs-0.7.0-java7
j4rs-0.7.0
0.6.x
j4rs-0.6.0-java7
j4rs-0.6.0
0.5.x
j4rs-0.5.1-java7
j4rs-0.5.1
j4rs-0.5.0-java7
j4rs-0.5.0
0.4.x
j4rs-0.4.0-java7
j4rs-0.4.0
0.3.x
j4rs-0.3.0-java7
j4rs-0.3.0
0.2.x
j4rs-0.2.0
0.1.x
j4rs-0.1.5
j4rs-0.1.4
j4rs-0.1.3
j4rs-0.1.2
j4rs-0.1.1
j4rs-0.1.0

How to add a dependency to Maven

Add the following io.github.astonbitecode : j4rs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.astonbitecode</groupId>
    <artifactId>j4rs</artifactId>
    <version>0.17.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.astonbitecode : j4rs gradle dependency to your build.gradle file:

implementation 'io.github.astonbitecode:j4rs:0.17.1'

Gradle Kotlin DSL: Add the following io.github.astonbitecode : j4rs gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.astonbitecode:j4rs:0.17.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.astonbitecode : j4rs sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.astonbitecode" % "j4rs" % "0.17.1"

Advertisement