is not current version
Last Version 2.3

ca.uhn.hapi:hapi-base 2.1


GroupId

GroupId

ca.uhn.hapi
ArtifactId

ArtifactId

hapi-base
Version

Version

2.1
Type

Type

jar

Download hapi-base 2.1


<!-- https://jarcasting.com/artifacts/ca.uhn.hapi/hapi-base/ -->
<dependency>
    <groupId>ca.uhn.hapi</groupId>
    <artifactId>hapi-base</artifactId>
    <version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/ca.uhn.hapi/hapi-base/
implementation 'ca.uhn.hapi:hapi-base:2.1'
// https://jarcasting.com/artifacts/ca.uhn.hapi/hapi-base/
implementation ("ca.uhn.hapi:hapi-base:2.1")
'ca.uhn.hapi:hapi-base:jar:2.1'
<dependency org="ca.uhn.hapi" name="hapi-base" rev="2.1">
  <artifact name="hapi-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='ca.uhn.hapi', module='hapi-base', version='2.1')
)
libraryDependencies += "ca.uhn.hapi" % "hapi-base" % "2.1"
[ca.uhn.hapi/hapi-base "2.1"]