ArC - Runtime

Parent POM for JBoss projects. Provides default project build configuration.

License

License

Categories

Categories

Quarkus Container Microservices
GroupId

GroupId

io.quarkus.arc
ArtifactId

ArtifactId

arc-runtime
Last Version

Last Version

0.12.0
Release Date

Release Date

Type

Type

jar
Description

Description

ArC - Runtime
Parent POM for JBoss projects. Provides default project build configuration.
Project Organization

Project Organization

JBoss by Red Hat

Download arc-runtime

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
javax.enterprise : cdi-api jar 2.0.SP1
javax.annotation : javax.annotation-api jar 1.3.2
org.jboss.logging : jboss-logging jar 3.3.2.Final

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Quarkus

Version GitHub Actions Status License Project Chat Supported JVM Versions

Quarkus - Supersonic Subatomic Java

Quarkus is a Cloud Native, (Linux) Container First framework for writing Java applications.

  • Container First: Minimal footprint Java applications optimal for running in containers.
  • Cloud Native: Embraces 12 factor architecture in environments like Kubernetes.
  • Unify imperative and reactive: Brings under one programming model non-blocking and imperative styles of development.
  • Standards-based: Based on the standards and frameworks you love and use (RESTEasy and JAX-RS, Hibernate ORM and JPA, Netty, Eclipse Vert.x, Eclipse MicroProfile, Apache Camel...).
  • Microservice First: Brings lightning fast startup time and code turn around to Java apps.
  • Developer Joy: Development centric experience without compromise to bring your amazing apps to life in no time.

All under ONE framework.

Getting Started

Release Planning

Interested in when the next release is coming? Check our release planning document for details.

How to build Quarkus

The build instructions are available in the contribution guide.

io.quarkus.arc

QuarkusIO

Quarkus: Supersonic Subatomic Java

Versions

Version
0.12.0
0.11.0