MVN

io.dekorate : component-annotations

Maven & Gradle

Jul 18, 2019
2 usages

Dekorate :: Annotations :: Component CRD

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

Latest Version

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

  • Latest Stable: 0.7.5

All Versions

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

Version Vulnerabilities Updated
0.7.x
component-annotations-0.7.5
component-annotations-0.7.4
component-annotations-0.7.3
component-annotations-0.7.2
component-annotations-0.7.1
0.6.x
component-annotations-0.6.1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.dekorate</groupId>
    <artifactId>component-annotations</artifactId>
    <version>0.7.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.dekorate:component-annotations:0.7.5'

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

implementation("io.dekorate:component-annotations:0.7.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.dekorate" % "component-annotations" % "0.7.5"

Advertisement