MVN

world.convex : convex-java

Maven & Gradle

Apr 28, 2023

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

<dependency>
    <groupId>world.convex</groupId>
    <artifactId>convex-java</artifactId>
    <version>0.7.10</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.10

All Versions

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

  • Version Updated
  • convex-java-0.7.10

    Apr 28, 2023
  • convex-java-0.7.9

    Sep 22, 2022
  • convex-java-0.7.8

    Sep 13, 2022
  • convex-java-0.7.7

    Sep 05, 2022
  • convex-java-0.7.6

    May 24, 2022
  • convex-java-0.0.1

    Apr 18, 2022

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.10</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.10'

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.10")

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.10"