MVN

io.fabric8 : tekton-model

Maven & Gradle

Feb 09, 2021
29 usages
3k stars

Fabric8 :: Tekton :: Model

<dependency>
    <groupId>io.fabric8</groupId>
    <artifactId>tekton-model</artifactId>
    <version>4.7.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.fabric8 : tekton-model to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.7.2

All Versions

Choose a version of io.fabric8 : tekton-model to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.9.x
tekton-model-4.9.2
tekton-model-4.9.1
tekton-model-4.9.0
4.8.x
tekton-model-4.8.0
4.7.x
tekton-model-4.7.2
tekton-model-4.7.1
tekton-model-4.7.0
4.6.x
tekton-model-4.6.4
tekton-model-4.6.3
tekton-model-4.6.2
tekton-model-4.6.1
tekton-model-4.6.0
4.5.x
tekton-model-4.5.2
tekton-model-4.5.1
tekton-model-4.5.0
4.4.x
tekton-model-4.4.2
tekton-model-4.4.1
tekton-model-4.4.0

How to add a dependency to Maven

Add the following io.fabric8 : tekton-model maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.fabric8</groupId>
    <artifactId>tekton-model</artifactId>
    <version>4.7.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.fabric8 : tekton-model gradle dependency to your build.gradle file:

implementation 'io.fabric8:tekton-model:4.7.2'

Gradle Kotlin DSL: Add the following io.fabric8 : tekton-model gradle kotlin dependency to your build.gradle.kts file:

implementation("io.fabric8:tekton-model:4.7.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.fabric8 : tekton-model sbt scala dependency to your build.sbt file:

libraryDependencies += "io.fabric8" % "tekton-model" % "4.7.2"

Advertisement