MVN

com.vii.brillien : clearity

Maven & Gradle

Aug 01, 2011
1 usages

clearity

<dependency>
    <groupId>com.vii.brillien</groupId>
    <artifactId>clearity</artifactId>
    <version>10.09</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.vii.brillien : clearity to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 10.09

All Versions

Choose a version of com.vii.brillien : clearity to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
10.09
clearity-10.09
10.05
clearity-10.05
10.01
clearity-10.01

How to add a dependency to Maven

Add the following com.vii.brillien : clearity maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.vii.brillien</groupId>
    <artifactId>clearity</artifactId>
    <version>10.09</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.vii.brillien : clearity gradle dependency to your build.gradle file:

implementation 'com.vii.brillien:clearity:10.09'

Gradle Kotlin DSL: Add the following com.vii.brillien : clearity gradle kotlin dependency to your build.gradle.kts file:

implementation("com.vii.brillien:clearity:10.09")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.vii.brillien : clearity sbt scala dependency to your build.sbt file:

libraryDependencies += "com.vii.brillien" % "clearity" % "10.09"

Advertisement