MVN

org.polystat : polystat-cli_3

Maven & Gradle

Sep 04, 2022
5 stars

polystat-cli · polystat-cli

<dependency>
    <groupId>org.polystat</groupId>
    <artifactId>polystat-cli_3</artifactId>
    <version>0.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.polystat : polystat-cli_3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.0

All Versions

Choose a version of org.polystat : polystat-cli_3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
polystat-cli_3-0.2.0
0.1.x
polystat-cli_3-0.1.12
polystat-cli_3-0.1.11

How to add a dependency to Maven

Add the following org.polystat : polystat-cli_3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.polystat</groupId>
    <artifactId>polystat-cli_3</artifactId>
    <version>0.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.polystat : polystat-cli_3 gradle dependency to your build.gradle file:

implementation 'org.polystat:polystat-cli_3:0.2.0'

Gradle Kotlin DSL: Add the following org.polystat : polystat-cli_3 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.polystat:polystat-cli_3:0.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.polystat : polystat-cli_3 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.polystat" % "polystat-cli_3" % "0.2.0"

Advertisement