MVN

io.virtdata : project-annotations

Maven & Gradle

Mar 21, 2019
3 usages

project-annotations

<dependency>
    <groupId>io.virtdata</groupId>
    <artifactId>project-annotations</artifactId>
    <version>2.11.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.virtdata : project-annotations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.11.18

All Versions

Choose a version of io.virtdata : project-annotations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.11.x
project-annotations-2.11.18
project-annotations-2.11.17
project-annotations-2.11.16
project-annotations-2.11.15
project-annotations-2.11.14
project-annotations-2.11.13
project-annotations-2.11.12
project-annotations-2.11.11
project-annotations-2.11.10
project-annotations-2.11.09
project-annotations-2.11.08
project-annotations-2.11.07
project-annotations-2.11.06
project-annotations-2.11.05
project-annotations-2.11.04
project-annotations-2.11.03
1.2.x
project-annotations-1.2.38
project-annotations-1.2.37
project-annotations-1.2.36
project-annotations-1.2.35
project-annotations-1.2.34
project-annotations-1.2.33
project-annotations-1.2.32
project-annotations-1.2.31
project-annotations-1.2.30
project-annotations-1.2.29
project-annotations-1.2.28
project-annotations-1.2.27
project-annotations-1.2.26
project-annotations-1.2.25
project-annotations-1.2.24
project-annotations-1.2.23
project-annotations-1.2.22
project-annotations-1.2.20
project-annotations-1.2.19
project-annotations-1.2.18
project-annotations-1.2.17
project-annotations-1.2.16
project-annotations-1.2.15
project-annotations-1.2.14
project-annotations-1.2.13
project-annotations-1.2.12
project-annotations-1.2.11
project-annotations-1.2.10

How to add a dependency to Maven

Add the following io.virtdata : project-annotations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.virtdata</groupId>
    <artifactId>project-annotations</artifactId>
    <version>2.11.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.virtdata : project-annotations gradle dependency to your build.gradle file:

implementation 'io.virtdata:project-annotations:2.11.18'

Gradle Kotlin DSL: Add the following io.virtdata : project-annotations gradle kotlin dependency to your build.gradle.kts file:

implementation("io.virtdata:project-annotations:2.11.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.virtdata : project-annotations sbt scala dependency to your build.sbt file:

libraryDependencies += "io.virtdata" % "project-annotations" % "2.11.18"

Advertisement