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