Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.typesafe.play |
ArtifactId | ArtifactIdplay-soap-client_2.11 |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
play-soap-client_2.11-1.1.1.pom | |
play-soap-client_2.11-1.1.1.jar | 53 KB |
play-soap-client_2.11-1.1.1-sources.jar | 10 KB |
play-soap-client_2.11-1.1.1-javadoc.jar | 344 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.typesafe.play/play-soap-client_2.11/ -->
<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>play-soap-client_2.11</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.play/play-soap-client_2.11/
implementation 'com.typesafe.play:play-soap-client_2.11:1.1.1'
// https://jarcasting.com/artifacts/com.typesafe.play/play-soap-client_2.11/
implementation ("com.typesafe.play:play-soap-client_2.11:1.1.1")
'com.typesafe.play:play-soap-client_2.11:jar:1.1.1'
<dependency org="com.typesafe.play" name="play-soap-client_2.11" rev="1.1.1">
<artifact name="play-soap-client_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.play', module='play-soap-client_2.11', version='1.1.1')
)
libraryDependencies += "com.typesafe.play" % "play-soap-client_2.11" % "1.1.1"
[com.typesafe.play/play-soap-client_2.11 "1.1.1"]