MVN

io.strimzi : crd-annotations

Maven & Gradle

Jul 28, 2023
3 usages
3.9k stars
<dependency>
    <groupId>io.strimzi</groupId>
    <artifactId>crd-annotations</artifactId>
    <version>0.36.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.36.1

All Versions

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

Version Vulnerabilities Updated
0.36.x
crd-annotations-0.36.1
crd-annotations-0.36.0
0.35.x
crd-annotations-0.35.1
crd-annotations-0.35.0
0.34.x
crd-annotations-0.34.0
0.33.x
crd-annotations-0.33.2
crd-annotations-0.33.1
crd-annotations-0.33.0
0.32.x
crd-annotations-0.32.0
0.31.x
crd-annotations-0.31.1
crd-annotations-0.31.0
0.30.x
crd-annotations-0.30.0
0.29.x
crd-annotations-0.29.0
0.28.x
crd-annotations-0.28.0
0.27.x
crd-annotations-0.27.1
crd-annotations-0.27.0
0.26.x
crd-annotations-0.26.1
crd-annotations-0.26.0
0.25.x
crd-annotations-0.25.0
0.24.x
crd-annotations-0.24.0
0.23.x
crd-annotations-0.23.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.strimzi</groupId>
    <artifactId>crd-annotations</artifactId>
    <version>0.36.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.strimzi:crd-annotations:0.36.1'

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

implementation("io.strimzi:crd-annotations:0.36.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.strimzi" % "crd-annotations" % "0.36.1"

Advertisement