MVN

se.kth.infosys.smx.ladok3 : camel-ladok3-test-utils

Maven & Gradle

Aug 31, 2018
0 stars

Camel Ladok3 test utilities · Utils for testing of Camel routes using Ladok3 components

<dependency>
    <groupId>se.kth.infosys.smx.ladok3</groupId>
    <artifactId>camel-ladok3-test-utils</artifactId>
    <version>1.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of se.kth.infosys.smx.ladok3 : camel-ladok3-test-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.4

All Versions

Choose a version of se.kth.infosys.smx.ladok3 : camel-ladok3-test-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
camel-ladok3-test-utils-1.1.4
camel-ladok3-test-utils-1.1.3
camel-ladok3-test-utils-1.1.2
camel-ladok3-test-utils-1.1.1
1.0.x
camel-ladok3-test-utils-1.0.1
camel-ladok3-test-utils-1.0.0
0.9.x
camel-ladok3-test-utils-0.9.0
0.8.x
camel-ladok3-test-utils-0.8.0
0.7.x
camel-ladok3-test-utils-0.7.0
0.6.x
camel-ladok3-test-utils-0.6.0
0.5.x
camel-ladok3-test-utils-0.5.2
camel-ladok3-test-utils-0.5.1
camel-ladok3-test-utils-0.5.0
0.4.x
camel-ladok3-test-utils-0.4.0
0.3.x
camel-ladok3-test-utils-0.3.1
camel-ladok3-test-utils-0.3.0
0.2.x
camel-ladok3-test-utils-0.2.0
0.1.x
camel-ladok3-test-utils-0.1.0
0.0.x
camel-ladok3-test-utils-0.0.39
camel-ladok3-test-utils-0.0.38
camel-ladok3-test-utils-0.0.37
camel-ladok3-test-utils-0.0.36

How to add a dependency to Maven

Add the following se.kth.infosys.smx.ladok3 : camel-ladok3-test-utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>se.kth.infosys.smx.ladok3</groupId>
    <artifactId>camel-ladok3-test-utils</artifactId>
    <version>1.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following se.kth.infosys.smx.ladok3 : camel-ladok3-test-utils gradle dependency to your build.gradle file:

implementation 'se.kth.infosys.smx.ladok3:camel-ladok3-test-utils:1.1.4'

Gradle Kotlin DSL: Add the following se.kth.infosys.smx.ladok3 : camel-ladok3-test-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("se.kth.infosys.smx.ladok3:camel-ladok3-test-utils:1.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following se.kth.infosys.smx.ladok3 : camel-ladok3-test-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "se.kth.infosys.smx.ladok3" % "camel-ladok3-test-utils" % "1.1.4"