play-cxf_play25 1.3.0
Group ID:
eu.imind.play
Artifact ID:
play-cxf_play25_2.11
Version:
1.3.0
Release Date:
Jul 4, 2018
Licenses:
libraryDependencies += "eu.imind.play" %% "play-cxf_play25" % "1.3.0" resolvers += Resolver.bintrayRepo("imindeu", "maven")
ivy"eu.imind.play::play-cxf_play25:1.3.0" MavenRepository("https://dl.bintray.com/imindeu/maven")
//> using dep "eu.imind.play::play-cxf_play25:1.3.0"
import $ivy.`eu.imind.play::play-cxf_play25:1.3.0` import ammonite._, Resolvers._ val res = Resolver.Http( "Bintray imindeu maven", "Some(https://dl.bintray.com/imindeu/maven)", IvyPattern, false) interp.resolvers() = interp.resolvers() :+ res
<dependency> <groupId>eu.imind.play</groupId> <artifactId>play-cxf_play25_2.11</artifactId> <version>1.3.0</version> </dependency>
compile group: 'eu.imind.play', name: 'play-cxf_play25_2.11', version: '1.3.0'