| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdby.exonit.redmine.client |
| ArtifactId | ArtifactIdclient-play-ws-standalone_2.12 |
| Version | Version5.0.0-rc2 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/by.exonit.redmine.client/client-play-ws-standalone_2.12/ -->
<dependency>
<groupId>by.exonit.redmine.client</groupId>
<artifactId>client-play-ws-standalone_2.12</artifactId>
<version>5.0.0-rc2</version>
</dependency>
// https://jarcasting.com/artifacts/by.exonit.redmine.client/client-play-ws-standalone_2.12/
implementation 'by.exonit.redmine.client:client-play-ws-standalone_2.12:5.0.0-rc2'
// https://jarcasting.com/artifacts/by.exonit.redmine.client/client-play-ws-standalone_2.12/
implementation ("by.exonit.redmine.client:client-play-ws-standalone_2.12:5.0.0-rc2")
'by.exonit.redmine.client:client-play-ws-standalone_2.12:jar:5.0.0-rc2'
<dependency org="by.exonit.redmine.client" name="client-play-ws-standalone_2.12" rev="5.0.0-rc2">
<artifact name="client-play-ws-standalone_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='by.exonit.redmine.client', module='client-play-ws-standalone_2.12', version='5.0.0-rc2')
)
libraryDependencies += "by.exonit.redmine.client" % "client-play-ws-standalone_2.12" % "5.0.0-rc2"
[by.exonit.redmine.client/client-play-ws-standalone_2.12 "5.0.0-rc2"]