MVN

io.dekorate : kind-annotations

Maven & Gradle

Jun 23, 2023
2 usages
437 stars

Dekorate :: Annotations :: Kind

<dependency>
    <groupId>io.dekorate</groupId>
    <artifactId>kind-annotations</artifactId>
    <version>3.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.7.0

All Versions

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

Version Vulnerabilities Updated
3.7.x
kind-annotations-3.7.0
3.6.x
kind-annotations-3.6.1
kind-annotations-3.6.0
3.5.x
kind-annotations-3.5.5
kind-annotations-3.5.4
kind-annotations-3.5.3
kind-annotations-3.5.2
kind-annotations-3.5.1
kind-annotations-3.5.0
3.4.x
kind-annotations-3.4.1
kind-annotations-3.4.0
3.3.x
kind-annotations-3.3.1
kind-annotations-3.3.0
3.2.x
kind-annotations-3.2.1
kind-annotations-3.2.0
3.1.x
kind-annotations-3.1.3
kind-annotations-3.1.2
kind-annotations-3.1.1
kind-annotations-3.1.0
3.0.x
kind-annotations-3.0.2
kind-annotations-3.0.1
kind-annotations-3.0.0
2.11.x
kind-annotations-2.11.6
kind-annotations-2.11.5
kind-annotations-2.11.4
kind-annotations-2.11.3
kind-annotations-2.11.2
kind-annotations-2.11.1
kind-annotations-2.11.0
2.10.x
kind-annotations-2.10.0
2.9.x
kind-annotations-2.9.3
kind-annotations-2.9.2
kind-annotations-2.9.1
kind-annotations-2.9.0
2.8.x
kind-annotations-2.8.1
kind-annotations-2.8.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.dekorate</groupId>
    <artifactId>kind-annotations</artifactId>
    <version>3.7.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.dekorate:kind-annotations:3.7.0'

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

implementation("io.dekorate:kind-annotations:3.7.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.dekorate" % "kind-annotations" % "3.7.0"

Advertisement