GroupId | GroupIdch.cern.eam |
---|---|
ArtifactId | ArtifactIdeam-wshub-core |
Version | Version11.5-6 |
Type | Typejar |
Filename | Size |
---|---|
eam-wshub-core-11.5-6.pom | |
eam-wshub-core-11.5-6.jar | 597 KB |
eam-wshub-core-11.5-6-sources.jar | 330 KB |
eam-wshub-core-11.5-6-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.cern.eam/eam-wshub-core/ -->
<dependency>
<groupId>ch.cern.eam</groupId>
<artifactId>eam-wshub-core</artifactId>
<version>11.5-6</version>
</dependency>
// https://jarcasting.com/artifacts/ch.cern.eam/eam-wshub-core/
implementation 'ch.cern.eam:eam-wshub-core:11.5-6'
// https://jarcasting.com/artifacts/ch.cern.eam/eam-wshub-core/
implementation ("ch.cern.eam:eam-wshub-core:11.5-6")
'ch.cern.eam:eam-wshub-core:jar:11.5-6'
<dependency org="ch.cern.eam" name="eam-wshub-core" rev="11.5-6">
<artifact name="eam-wshub-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.cern.eam', module='eam-wshub-core', version='11.5-6')
)
libraryDependencies += "ch.cern.eam" % "eam-wshub-core" % "11.5-6"
[ch.cern.eam/eam-wshub-core "11.5-6"]