Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdch.cern.eam |
ArtifactId | ArtifactIdeam-wshub-proxyclient |
Version | Version11.6-1 |
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.6-1</version>
</dependency>
// https://jarcasting.com/artifacts/ch.cern.eam/eam-wshub-proxyclient/
implementation 'ch.cern.eam:eam-wshub-proxyclient:11.6-1'
// https://jarcasting.com/artifacts/ch.cern.eam/eam-wshub-proxyclient/
implementation ("ch.cern.eam:eam-wshub-proxyclient:11.6-1")
'ch.cern.eam:eam-wshub-proxyclient:jar:11.6-1'
<dependency org="ch.cern.eam" name="eam-wshub-proxyclient" rev="11.6-1">
<artifact name="eam-wshub-proxyclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.cern.eam', module='eam-wshub-proxyclient', version='11.6-1')
)
libraryDependencies += "ch.cern.eam" % "eam-wshub-proxyclient" % "11.6-1"
[ch.cern.eam/eam-wshub-proxyclient "11.6-1"]