MVN

io.polywrap : polywrap-client-jvm

Maven & Gradle

Aug 24, 2023
2 stars

polywrap-client · Polywrap Client for JVM and Android

<dependency>
    <groupId>io.polywrap</groupId>
    <artifactId>polywrap-client-jvm</artifactId>
    <version>0.10.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.polywrap : polywrap-client-jvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10.2

All Versions

Choose a version of io.polywrap : polywrap-client-jvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.10.x
polywrap-client-jvm-0.10.2
polywrap-client-jvm-0.10.1
polywrap-client-jvm-0.10.0

How to add a dependency to Maven

Add the following io.polywrap : polywrap-client-jvm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.polywrap</groupId>
    <artifactId>polywrap-client-jvm</artifactId>
    <version>0.10.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.polywrap : polywrap-client-jvm gradle dependency to your build.gradle file:

implementation 'io.polywrap:polywrap-client-jvm:0.10.2'

Gradle Kotlin DSL: Add the following io.polywrap : polywrap-client-jvm gradle kotlin dependency to your build.gradle.kts file:

implementation("io.polywrap:polywrap-client-jvm:0.10.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.polywrap : polywrap-client-jvm sbt scala dependency to your build.sbt file:

libraryDependencies += "io.polywrap" % "polywrap-client-jvm" % "0.10.2"