MVN

org.violetlib : vaquaclient

Maven & Gradle

Apr 18, 2023
0 stars

VAqua Client · A Java library for clients of the VAqua look and feel

<dependency>
    <groupId>org.violetlib</groupId>
    <artifactId>vaquaclient</artifactId>
    <version>2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.violetlib : vaquaclient to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2

All Versions

Choose a version of org.violetlib : vaquaclient to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2
vaquaclient-2
1
vaquaclient-1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.violetlib</groupId>
    <artifactId>vaquaclient</artifactId>
    <version>2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.violetlib : vaquaclient gradle dependency to your build.gradle file:

implementation 'org.violetlib:vaquaclient:2'

Gradle Kotlin DSL: Add the following org.violetlib : vaquaclient gradle kotlin dependency to your build.gradle.kts file:

implementation("org.violetlib:vaquaclient:2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.violetlib : vaquaclient sbt scala dependency to your build.sbt file:

libraryDependencies += "org.violetlib" % "vaquaclient" % "2"

Advertisement