MVN

net.sourceforge.jadex : jadex-applications-webservice

Maven & Gradle

Dec 20, 2013

jadex-applications-webservice · The Jadex web service applications package contain several example applications, benchmarks and testcases using web service integration.

<dependency>
    <groupId>net.sourceforge.jadex</groupId>
    <artifactId>jadex-applications-webservice</artifactId>
    <version>2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sourceforge.jadex : jadex-applications-webservice to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4

All Versions

Choose a version of net.sourceforge.jadex : jadex-applications-webservice to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4
jadex-applications-webservice-2.4
2.3
jadex-applications-webservice-2.3
2.2.x
jadex-applications-webservice-2.2.1
2.2
jadex-applications-webservice-2.2
2.1
jadex-applications-webservice-2.1

How to add a dependency to Maven

Add the following net.sourceforge.jadex : jadex-applications-webservice maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sourceforge.jadex</groupId>
    <artifactId>jadex-applications-webservice</artifactId>
    <version>2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sourceforge.jadex : jadex-applications-webservice gradle dependency to your build.gradle file:

implementation 'net.sourceforge.jadex:jadex-applications-webservice:2.4'

Gradle Kotlin DSL: Add the following net.sourceforge.jadex : jadex-applications-webservice gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sourceforge.jadex:jadex-applications-webservice:2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sourceforge.jadex : jadex-applications-webservice sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sourceforge.jadex" % "jadex-applications-webservice" % "2.4"