MVN

dk.acto : dispatcher-client

Maven & Gradle

Sep 08, 2021
0 stars

Acto Web-Dispatcher Client · Client library for the Acto Web-Dispatcher solution

<dependency>
    <groupId>dk.acto</groupId>
    <artifactId>dispatcher-client</artifactId>
    <version>1.1.83.5c0bc9f</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dk.acto : dispatcher-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.83.5c0bc9f

All Versions

Choose a version of dk.acto : dispatcher-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
dispatcher-client-1.1.83.5c0bc9f
dispatcher-client-1.1.82.6b7444f
dispatcher-client-1.1.81.423e96c
dispatcher-client-1.1.80.42cc5a0
dispatcher-client-1.1.79.22c58d8
dispatcher-client-1.1.78.30935eb
dispatcher-client-1.1.77.da7122d
dispatcher-client-1.1.76.f0551d0
dispatcher-client-1.1.75.ea1ceaf
dispatcher-client-1.1.74.b162ddb
dispatcher-client-1.1.73.cb2f6f2
dispatcher-client-1.1.72.429cef5

How to add a dependency to Maven

Add the following dk.acto : dispatcher-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dk.acto</groupId>
    <artifactId>dispatcher-client</artifactId>
    <version>1.1.83.5c0bc9f</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dk.acto : dispatcher-client gradle dependency to your build.gradle file:

implementation 'dk.acto:dispatcher-client:1.1.83.5c0bc9f'

Gradle Kotlin DSL: Add the following dk.acto : dispatcher-client gradle kotlin dependency to your build.gradle.kts file:

implementation("dk.acto:dispatcher-client:1.1.83.5c0bc9f")

How to add a dependency to SBT Scala

SBT Scala: Add the following dk.acto : dispatcher-client sbt scala dependency to your build.sbt file:

libraryDependencies += "dk.acto" % "dispatcher-client" % "1.1.83.5c0bc9f"