MVN

io.quarkus.arc : arc-runtime

Maven & Gradle

Mar 20, 2019
5 usages
11.9k stars

ArC - Runtime

<dependency>
    <groupId>io.quarkus.arc</groupId>
    <artifactId>arc-runtime</artifactId>
    <version>0.12.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.quarkus.arc : arc-runtime to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.12.0

All Versions

Choose a version of io.quarkus.arc : arc-runtime to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.12.x
arc-runtime-0.12.0
0.11.x
arc-runtime-0.11.0

How to add a dependency to Maven

Add the following io.quarkus.arc : arc-runtime maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.quarkus.arc</groupId>
    <artifactId>arc-runtime</artifactId>
    <version>0.12.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.quarkus.arc : arc-runtime gradle dependency to your build.gradle file:

implementation 'io.quarkus.arc:arc-runtime:0.12.0'

Gradle Kotlin DSL: Add the following io.quarkus.arc : arc-runtime gradle kotlin dependency to your build.gradle.kts file:

implementation("io.quarkus.arc:arc-runtime:0.12.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.quarkus.arc : arc-runtime sbt scala dependency to your build.sbt file:

libraryDependencies += "io.quarkus.arc" % "arc-runtime" % "0.12.0"

Advertisement

Dependencies from Group

arc
Aug 25, 2023
71 usages
11.9k stars
Aug 25, 2023
19 usages
11.9k stars
Mar 20, 2019
5 usages
11.9k stars
Mar 06, 2019
11.9k stars
Aug 25, 2023
13k stars

Discover Dependencies