MVN

io.github.kojiv : annotations

Maven & Gradle

Nov 09, 2022
0 stars

Annotations · Annotations used by my Developer Kit

<dependency>
    <groupId>io.github.kojiv</groupId>
    <artifactId>annotations</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.4

All Versions

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

Version Vulnerabilities Updated
1.19.x
annotations-1.19.2
1.8.x
annotations-1.8.8
1.1.x
annotations-1.1.3
annotations-1.1.2
annotations-1.1.1
1.1
annotations-1.1
1.0.x
annotations-1.0.4
annotations-1.0.3.14
annotations-1.0.3.13
annotations-1.0.3.12
annotations-1.0.3.11
annotations-1.0.3.10
annotations-1.0.3.9
annotations-1.0.3.8
annotations-1.0.3.7
annotations-1.0.3.6
annotations-1.0.3.5
annotations-1.0.3.4
annotations-1.0.3.3
annotations-1.0.3.2
annotations-1.0.3.1
annotations-1.0.3
annotations-1.0.2
annotations-1.0.1
1.0
annotations-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.kojiv</groupId>
    <artifactId>annotations</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.kojiv : annotations gradle dependency to your build.gradle file:

implementation 'io.github.kojiv:annotations:1.0.4'

Gradle Kotlin DSL: Add the following io.github.kojiv : annotations gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.kojiv:annotations:1.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.kojiv : annotations sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.kojiv" % "annotations" % "1.0.4"

Advertisement