MVN

eu.sipria.play : guice-cxf-client_2.12

Maven & Gradle

Jun 03, 2021
4 usages
0 stars

guice-cxf-client · guice-cxf-client

<dependency>
    <groupId>eu.sipria.play</groupId>
    <artifactId>guice-cxf-client_2.12</artifactId>
    <version>1.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.sipria.play : guice-cxf-client_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.0
  • Latest Release Candidate: 1.8.0-RC1

All Versions

Choose a version of eu.sipria.play : guice-cxf-client_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
guice-cxf-client_2.12-1.8.0
guice-cxf-client_2.12-1.8.0-RC1
1.7.x
guice-cxf-client_2.12-1.7.0
guice-cxf-client_2.12-1.7.0-RC3
guice-cxf-client_2.12-1.7.0-RC2
guice-cxf-client_2.12-1.7.0-RC1
1.6.x
guice-cxf-client_2.12-1.6.4
guice-cxf-client_2.12-1.6.3

How to add a dependency to Maven

Add the following eu.sipria.play : guice-cxf-client_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.sipria.play</groupId>
    <artifactId>guice-cxf-client_2.12</artifactId>
    <version>1.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.sipria.play : guice-cxf-client_2.12 gradle dependency to your build.gradle file:

implementation 'eu.sipria.play:guice-cxf-client_2.12:1.8.0'

Gradle Kotlin DSL: Add the following eu.sipria.play : guice-cxf-client_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.sipria.play:guice-cxf-client_2.12:1.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.sipria.play : guice-cxf-client_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.sipria.play" % "guice-cxf-client_2.12" % "1.8.0"

Advertisement