GroupId | GroupIdcom.github.hal4j |
---|---|
ArtifactId | ArtifactIdhal4j-api |
Version | Version0.10.0 |
Type | Typejar |
Filename | Size |
---|---|
hal4j-api-0.10.0.pom | |
hal4j-api-0.10.0.jar | 34 KB |
hal4j-api-0.10.0-sources.jar | 15 KB |
hal4j-api-0.10.0-javadoc.jar | 167 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hal4j/hal4j-api/ -->
<dependency>
<groupId>com.github.hal4j</groupId>
<artifactId>hal4j-api</artifactId>
<version>0.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hal4j/hal4j-api/
implementation 'com.github.hal4j:hal4j-api:0.10.0'
// https://jarcasting.com/artifacts/com.github.hal4j/hal4j-api/
implementation ("com.github.hal4j:hal4j-api:0.10.0")
'com.github.hal4j:hal4j-api:jar:0.10.0'
<dependency org="com.github.hal4j" name="hal4j-api" rev="0.10.0">
<artifact name="hal4j-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hal4j', module='hal4j-api', version='0.10.0')
)
libraryDependencies += "com.github.hal4j" % "hal4j-api" % "0.10.0"
[com.github.hal4j/hal4j-api "0.10.0"]