Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdeu.sipria.play |
ArtifactId | ArtifactIdguice-cxf-endpoint-play_2.12 |
Version | Version1.8.0-RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/eu.sipria.play/guice-cxf-endpoint-play_2.12/ -->
<dependency>
<groupId>eu.sipria.play</groupId>
<artifactId>guice-cxf-endpoint-play_2.12</artifactId>
<version>1.8.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/eu.sipria.play/guice-cxf-endpoint-play_2.12/
implementation 'eu.sipria.play:guice-cxf-endpoint-play_2.12:1.8.0-RC1'
// https://jarcasting.com/artifacts/eu.sipria.play/guice-cxf-endpoint-play_2.12/
implementation ("eu.sipria.play:guice-cxf-endpoint-play_2.12:1.8.0-RC1")
'eu.sipria.play:guice-cxf-endpoint-play_2.12:jar:1.8.0-RC1'
<dependency org="eu.sipria.play" name="guice-cxf-endpoint-play_2.12" rev="1.8.0-RC1">
<artifact name="guice-cxf-endpoint-play_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.sipria.play', module='guice-cxf-endpoint-play_2.12', version='1.8.0-RC1')
)
libraryDependencies += "eu.sipria.play" % "guice-cxf-endpoint-play_2.12" % "1.8.0-RC1"
[eu.sipria.play/guice-cxf-endpoint-play_2.12 "1.8.0-RC1"]