MVN

io.venuu : vuu-ui-legacy

Maven & Gradle

Dec 16, 2021
<dependency>
    <groupId>io.venuu</groupId>
    <artifactId>vuu-ui-legacy</artifactId>
    <version>0.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.venuu : vuu-ui-legacy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.17

All Versions

Choose a version of io.venuu : vuu-ui-legacy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.17
vuu-ui-legacy-0.17

How to add a dependency to Maven

Add the following io.venuu : vuu-ui-legacy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.venuu</groupId>
    <artifactId>vuu-ui-legacy</artifactId>
    <version>0.17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.venuu : vuu-ui-legacy gradle dependency to your build.gradle file:

implementation 'io.venuu:vuu-ui-legacy:0.17'

Gradle Kotlin DSL: Add the following io.venuu : vuu-ui-legacy gradle kotlin dependency to your build.gradle.kts file:

implementation("io.venuu:vuu-ui-legacy:0.17")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.venuu : vuu-ui-legacy sbt scala dependency to your build.sbt file:

libraryDependencies += "io.venuu" % "vuu-ui-legacy" % "0.17"

Advertisement