MVN

ch.cern.eam : eam-wshub-proxyclient

Maven & Gradle

Mar 15, 2023
1 usages
4 stars

EAM WS Hub Proxy Client · JAX-WS aisws aisws generated from Infor EAM Web Services Toolkit WSDLs.

<dependency>
    <groupId>ch.cern.eam</groupId>
    <artifactId>eam-wshub-proxyclient</artifactId>
    <version>12.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.cern.eam : eam-wshub-proxyclient to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 12.0

All Versions

Choose a version of ch.cern.eam : eam-wshub-proxyclient to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
12.0
eam-wshub-proxyclient-12.0
11.7
eam-wshub-proxyclient-11.7-4
eam-wshub-proxyclient-11.7-3
eam-wshub-proxyclient-11.7-2
eam-wshub-proxyclient-11.7-1
eam-wshub-proxyclient-11.7-0
11.6
eam-wshub-proxyclient-11.6-2
eam-wshub-proxyclient-11.6-1
eam-wshub-proxyclient-11.6-0
11.5
eam-wshub-proxyclient-11.5-13
eam-wshub-proxyclient-11.5-12
eam-wshub-proxyclient-11.5-11
eam-wshub-proxyclient-11.5-10
eam-wshub-proxyclient-11.5-9
eam-wshub-proxyclient-11.5-8
eam-wshub-proxyclient-11.5-7
eam-wshub-proxyclient-11.5-6
eam-wshub-proxyclient-11.5-5
eam-wshub-proxyclient-11.5-4
eam-wshub-proxyclient-11.5-3
eam-wshub-proxyclient-11.5-2
eam-wshub-proxyclient-11.5-0
11.4
eam-wshub-proxyclient-11.4-14
eam-wshub-proxyclient-11.4-13
eam-wshub-proxyclient-11.4-12
eam-wshub-proxyclient-11.4-11
eam-wshub-proxyclient-11.4-10
eam-wshub-proxyclient-11.4-9
eam-wshub-proxyclient-11.4-8
eam-wshub-proxyclient-11.4-7
eam-wshub-proxyclient-11.4-6
eam-wshub-proxyclient-11.4-5
eam-wshub-proxyclient-11.4-4
eam-wshub-proxyclient-11.4-1
eam-wshub-proxyclient-11.4-0

How to add a dependency to Maven

Add the following ch.cern.eam : eam-wshub-proxyclient maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ch.cern.eam</groupId>
    <artifactId>eam-wshub-proxyclient</artifactId>
    <version>12.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.cern.eam : eam-wshub-proxyclient gradle dependency to your build.gradle file:

implementation 'ch.cern.eam:eam-wshub-proxyclient:12.0'

Gradle Kotlin DSL: Add the following ch.cern.eam : eam-wshub-proxyclient gradle kotlin dependency to your build.gradle.kts file:

implementation("ch.cern.eam:eam-wshub-proxyclient:12.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.cern.eam : eam-wshub-proxyclient sbt scala dependency to your build.sbt file:

libraryDependencies += "ch.cern.eam" % "eam-wshub-proxyclient" % "12.0"

Advertisement