Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdch.cern.eam |
ArtifactId | ArtifactIdeam-wshub-proxyclient |
Version | Version11.5-4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ch.cern.eam/eam-wshub-proxyclient/ -->
<dependency>
<groupId>ch.cern.eam</groupId>
<artifactId>eam-wshub-proxyclient</artifactId>
<version>11.5-4</version>
</dependency>
// https://jarcasting.com/artifacts/ch.cern.eam/eam-wshub-proxyclient/
implementation 'ch.cern.eam:eam-wshub-proxyclient:11.5-4'
// https://jarcasting.com/artifacts/ch.cern.eam/eam-wshub-proxyclient/
implementation ("ch.cern.eam:eam-wshub-proxyclient:11.5-4")
'ch.cern.eam:eam-wshub-proxyclient:jar:11.5-4'
<dependency org="ch.cern.eam" name="eam-wshub-proxyclient" rev="11.5-4">
<artifact name="eam-wshub-proxyclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.cern.eam', module='eam-wshub-proxyclient', version='11.5-4')
)
libraryDependencies += "ch.cern.eam" % "eam-wshub-proxyclient" % "11.5-4"
[ch.cern.eam/eam-wshub-proxyclient "11.5-4"]