MVN

cc.vihackerframework : vihacker-annotation

Maven & Gradle

Jun 10, 2023
<dependency>
    <groupId>cc.vihackerframework</groupId>
    <artifactId>vihacker-annotation</artifactId>
    <version>1.0.8.R</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cc.vihackerframework : vihacker-annotation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.8.R

All Versions

Choose a version of cc.vihackerframework : vihacker-annotation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
vihacker-annotation-1.0.8.R

How to add a dependency to Maven

Add the following cc.vihackerframework : vihacker-annotation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cc.vihackerframework</groupId>
    <artifactId>vihacker-annotation</artifactId>
    <version>1.0.8.R</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cc.vihackerframework : vihacker-annotation gradle dependency to your build.gradle file:

implementation 'cc.vihackerframework:vihacker-annotation:1.0.8.R'

Gradle Kotlin DSL: Add the following cc.vihackerframework : vihacker-annotation gradle kotlin dependency to your build.gradle.kts file:

implementation("cc.vihackerframework:vihacker-annotation:1.0.8.R")

How to add a dependency to SBT Scala

SBT Scala: Add the following cc.vihackerframework : vihacker-annotation sbt scala dependency to your build.sbt file:

libraryDependencies += "cc.vihackerframework" % "vihacker-annotation" % "1.0.8.R"