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