GroupId | GroupIdca.uhn.hapi |
---|---|
ArtifactId | ArtifactIdhapi-examples |
Version | Version1.1-beta2 |
Type | Typejar |
Filename | Size |
---|---|
hapi-examples-1.1-beta2.pom | |
hapi-examples-1.1-beta2.jar | 60 KB |
hapi-examples-1.1-beta2-sources.jar | 33 KB |
hapi-examples-1.1-beta2-javadoc.jar | 315 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ca.uhn.hapi/hapi-examples/ -->
<dependency>
<groupId>ca.uhn.hapi</groupId>
<artifactId>hapi-examples</artifactId>
<version>1.1-beta2</version>
</dependency>
// https://jarcasting.com/artifacts/ca.uhn.hapi/hapi-examples/
implementation 'ca.uhn.hapi:hapi-examples:1.1-beta2'
// https://jarcasting.com/artifacts/ca.uhn.hapi/hapi-examples/
implementation ("ca.uhn.hapi:hapi-examples:1.1-beta2")
'ca.uhn.hapi:hapi-examples:jar:1.1-beta2'
<dependency org="ca.uhn.hapi" name="hapi-examples" rev="1.1-beta2">
<artifact name="hapi-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='ca.uhn.hapi', module='hapi-examples', version='1.1-beta2')
)
libraryDependencies += "ca.uhn.hapi" % "hapi-examples" % "1.1-beta2"
[ca.uhn.hapi/hapi-examples "1.1-beta2"]