MVN

world.convex : convex-java

Maven & Gradle

Jul 12, 2023
76 stars

Convex Java Client Library · A Pure Java client library for Convex

<dependency>
    <groupId>world.convex</groupId>
    <artifactId>convex-java</artifactId>
    <version>0.7.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of world.convex : convex-java to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.12

All Versions

Choose a version of world.convex : convex-java to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
convex-java-0.7.12
convex-java-0.7.11
convex-java-0.7.10
convex-java-0.7.9
convex-java-0.7.8
convex-java-0.7.7
convex-java-0.7.6
0.0.x
convex-java-0.0.1

How to add a dependency to Maven

Add the following world.convex : convex-java maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>world.convex</groupId>
    <artifactId>convex-java</artifactId>
    <version>0.7.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following world.convex : convex-java gradle dependency to your build.gradle file:

implementation 'world.convex:convex-java:0.7.12'

Gradle Kotlin DSL: Add the following world.convex : convex-java gradle kotlin dependency to your build.gradle.kts file:

implementation("world.convex:convex-java:0.7.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following world.convex : convex-java sbt scala dependency to your build.sbt file:

libraryDependencies += "world.convex" % "convex-java" % "0.7.12"

Advertisement

Dependencies from Group

Jul 12, 2023
3 usages
76 stars
Jul 12, 2023
2 usages
76 stars
Jul 12, 2023
1 usages
76 stars
Jul 12, 2023
76 stars
Jul 12, 2023
76 stars

Discover Dependencies