MVN

eu.sipria.play : play-guice-cxf_play26_2.12

Maven & Gradle

Sep 12, 2019
0 stars

play-guice-cxf_play26 · play-guice-cxf_play26

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

Latest Version

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

  • Latest Stable: 1.6.4

All Versions

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

Version Vulnerabilities Updated
1.6.x
play-guice-cxf_play26_2.12-1.6.4
play-guice-cxf_play26_2.12-1.6.3
play-guice-cxf_play26_2.12-1.6.2
play-guice-cxf_play26_2.12-1.6.1
play-guice-cxf_play26_2.12-1.6.0

How to add a dependency to Maven

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

<dependency>
    <groupId>eu.sipria.play</groupId>
    <artifactId>play-guice-cxf_play26_2.12</artifactId>
    <version>1.6.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'eu.sipria.play:play-guice-cxf_play26_2.12:1.6.4'

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

implementation("eu.sipria.play:play-guice-cxf_play26_2.12:1.6.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "eu.sipria.play" % "play-guice-cxf_play26_2.12" % "1.6.4"

Advertisement