| GroupId | GroupIdch.cern |
|---|---|
| ArtifactId | ArtifactIdentwined-stm |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| entwined-stm-1.0.0.pom | |
| entwined-stm-1.0.0.jar | 46 KB |
| entwined-stm-1.0.0-sources.jar | 41 KB |
| entwined-stm-1.0.0-javadoc.jar | 170 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ch.cern/entwined-stm/ -->
<dependency>
<groupId>ch.cern</groupId>
<artifactId>entwined-stm</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.cern/entwined-stm/
implementation 'ch.cern:entwined-stm:1.0.0'
// https://jarcasting.com/artifacts/ch.cern/entwined-stm/
implementation ("ch.cern:entwined-stm:1.0.0")
'ch.cern:entwined-stm:jar:1.0.0'
<dependency org="ch.cern" name="entwined-stm" rev="1.0.0">
<artifact name="entwined-stm" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.cern', module='entwined-stm', version='1.0.0')
)
libraryDependencies += "ch.cern" % "entwined-stm" % "1.0.0"
[ch.cern/entwined-stm "1.0.0"]