MVN

org.citrusframework.yaks : yaks-runtime-maven

Maven & Gradle

May 17, 2023
76 stars

YAKS :: Runtime :: Maven

<dependency>
    <groupId>org.citrusframework.yaks</groupId>
    <artifactId>yaks-runtime-maven</artifactId>
    <version>0.15.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.citrusframework.yaks : yaks-runtime-maven to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.15.1

All Versions

Choose a version of org.citrusframework.yaks : yaks-runtime-maven to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.15.x
yaks-runtime-maven-0.15.1
yaks-runtime-maven-0.15.0
0.14.x
yaks-runtime-maven-0.14.3
yaks-runtime-maven-0.14.2
yaks-runtime-maven-0.14.1
yaks-runtime-maven-0.14.0
0.13.x
yaks-runtime-maven-0.13.0
0.12.x
yaks-runtime-maven-0.12.2
yaks-runtime-maven-0.12.1
yaks-runtime-maven-0.12.0
0.11.x
yaks-runtime-maven-0.11.0
0.10.x
yaks-runtime-maven-0.10.0
0.9.x
yaks-runtime-maven-0.9.0
0.8.x
yaks-runtime-maven-0.8.0
0.7.x
yaks-runtime-maven-0.7.0
0.6.x
yaks-runtime-maven-0.6.0
0.5.x
yaks-runtime-maven-0.5.0
0.4.x
yaks-runtime-maven-0.4.0
0.3.x
yaks-runtime-maven-0.3.0
0.2.x
yaks-runtime-maven-0.2.0
0.1.x
yaks-runtime-maven-0.1.0

How to add a dependency to Maven

Add the following org.citrusframework.yaks : yaks-runtime-maven maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.citrusframework.yaks</groupId>
    <artifactId>yaks-runtime-maven</artifactId>
    <version>0.15.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.citrusframework.yaks : yaks-runtime-maven gradle dependency to your build.gradle file:

implementation 'org.citrusframework.yaks:yaks-runtime-maven:0.15.1'

Gradle Kotlin DSL: Add the following org.citrusframework.yaks : yaks-runtime-maven gradle kotlin dependency to your build.gradle.kts file:

implementation("org.citrusframework.yaks:yaks-runtime-maven:0.15.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.citrusframework.yaks : yaks-runtime-maven sbt scala dependency to your build.sbt file:

libraryDependencies += "org.citrusframework.yaks" % "yaks-runtime-maven" % "0.15.1"

Advertisement