MVN

tech.deplant.java4ever : java4ever-binding

Maven & Gradle

Jul 28, 2023
8 stars

java4ever-binding · Binding library for Everscale DApp development

<dependency>
    <groupId>tech.deplant.java4ever</groupId>
    <artifactId>java4ever-binding</artifactId>
    <version>2.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.deplant.java4ever : java4ever-binding to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.0

All Versions

Choose a version of tech.deplant.java4ever : java4ever-binding to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
java4ever-binding-2.3.0
2.2.x
java4ever-binding-2.2.0
2.1.x
java4ever-binding-2.1.0
1.8.x
java4ever-binding-1.8.0
1.7.x
java4ever-binding-1.7.0
1.6.x
java4ever-binding-1.6.2
java4ever-binding-1.6.1
java4ever-binding-1.6.0
1.5.x
java4ever-binding-1.5.0
1.4.x
java4ever-binding-1.4.0
1.3.x
java4ever-binding-1.3.0
1.2.x
java4ever-binding-1.2.0
1.1.x
java4ever-binding-1.1.1

How to add a dependency to Maven

Add the following tech.deplant.java4ever : java4ever-binding maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.deplant.java4ever</groupId>
    <artifactId>java4ever-binding</artifactId>
    <version>2.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.deplant.java4ever : java4ever-binding gradle dependency to your build.gradle file:

implementation 'tech.deplant.java4ever:java4ever-binding:2.3.0'

Gradle Kotlin DSL: Add the following tech.deplant.java4ever : java4ever-binding gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.deplant.java4ever:java4ever-binding:2.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.deplant.java4ever : java4ever-binding sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.deplant.java4ever" % "java4ever-binding" % "2.3.0"