Quarkus - HAL - Runtime

Hypertext Application Language (HAL) support

License

License

Categories

Categories

Quarkus Container Microservices
GroupId

GroupId

io.quarkus
ArtifactId

ArtifactId

quarkus-hal
Last Version

Last Version

2.10.0.Final
Release Date

Release Date

Type

Type

jar
Description

Description

Quarkus - HAL - Runtime
Hypertext Application Language (HAL) support
Project URL

Project URL

https://github.com/quarkusio/quarkus
Project Organization

Project Organization

JBoss by Red Hat
Source Code Management

Source Code Management

https://github.com/quarkusio/quarkus

Download quarkus-hal

How to add to project

<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-hal/ -->
<dependency>
    <groupId>io.quarkus</groupId>
    <artifactId>quarkus-hal</artifactId>
    <version>2.10.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-hal/
implementation 'io.quarkus:quarkus-hal:2.10.0.Final'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-hal/
implementation ("io.quarkus:quarkus-hal:2.10.0.Final")
'io.quarkus:quarkus-hal:jar:2.10.0.Final'
<dependency org="io.quarkus" name="quarkus-hal" rev="2.10.0.Final">
  <artifact name="quarkus-hal" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-hal', version='2.10.0.Final')
)
libraryDependencies += "io.quarkus" % "quarkus-hal" % "2.10.0.Final"
[io.quarkus/quarkus-hal "2.10.0.Final"]

Dependencies

compile (5)

Group / Artifact Type Version
io.quarkus : quarkus-core jar
io.quarkus : quarkus-arc jar
org.jboss.spec.javax.ws.rs : jboss-jaxrs-api_2.1_spec jar
io.quarkus : quarkus-jackson Optional jar
io.quarkus : quarkus-jsonb Optional jar

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar
io.quarkus : quarkus-bom pom 2.10.0.Final

Project Modules

There are no modules declared in this project.

Versions

Version
2.10.0.Final
2.10.0.CR1