MVN

io.helidon.serviceconfiguration : helidon-serviceconfiguration-system-oracle-accs

Maven & Gradle

May 26, 2023
3 usages
3k stars

Helidon Oracle ACCS System Implementation

<dependency>
    <groupId>io.helidon.serviceconfiguration</groupId>
    <artifactId>helidon-serviceconfiguration-system-oracle-accs</artifactId>
    <version>1.4.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.helidon.serviceconfiguration : helidon-serviceconfiguration-system-oracle-accs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.13

All Versions

Choose a version of io.helidon.serviceconfiguration : helidon-serviceconfiguration-system-oracle-accs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
helidon-serviceconfiguration-system-oracle-accs-2.0.0-M2
helidon-serviceconfiguration-system-oracle-accs-2.0.0-M1
1.4.x
helidon-serviceconfiguration-system-oracle-accs-1.4.13
helidon-serviceconfiguration-system-oracle-accs-1.4.12
helidon-serviceconfiguration-system-oracle-accs-1.4.11
helidon-serviceconfiguration-system-oracle-accs-1.4.10
helidon-serviceconfiguration-system-oracle-accs-1.4.9
helidon-serviceconfiguration-system-oracle-accs-1.4.8
helidon-serviceconfiguration-system-oracle-accs-1.4.7
helidon-serviceconfiguration-system-oracle-accs-1.4.6
helidon-serviceconfiguration-system-oracle-accs-1.4.5
helidon-serviceconfiguration-system-oracle-accs-1.4.4
helidon-serviceconfiguration-system-oracle-accs-1.4.3
helidon-serviceconfiguration-system-oracle-accs-1.4.2
helidon-serviceconfiguration-system-oracle-accs-1.4.1
helidon-serviceconfiguration-system-oracle-accs-1.4.0
1.3.x
helidon-serviceconfiguration-system-oracle-accs-1.3.1
helidon-serviceconfiguration-system-oracle-accs-1.3.0
1.2.x
helidon-serviceconfiguration-system-oracle-accs-1.2.1
helidon-serviceconfiguration-system-oracle-accs-1.2.0
1.1.x
helidon-serviceconfiguration-system-oracle-accs-1.1.2
helidon-serviceconfiguration-system-oracle-accs-1.1.1
helidon-serviceconfiguration-system-oracle-accs-1.1.0
1.0.x
helidon-serviceconfiguration-system-oracle-accs-1.0.3
helidon-serviceconfiguration-system-oracle-accs-1.0.2
helidon-serviceconfiguration-system-oracle-accs-1.0.1
helidon-serviceconfiguration-system-oracle-accs-1.0.0
0.11.x
helidon-serviceconfiguration-system-oracle-accs-0.11.1
helidon-serviceconfiguration-system-oracle-accs-0.11.0
0.10.x
helidon-serviceconfiguration-system-oracle-accs-0.10.6
helidon-serviceconfiguration-system-oracle-accs-0.10.5
helidon-serviceconfiguration-system-oracle-accs-0.10.4
helidon-serviceconfiguration-system-oracle-accs-0.10.3

How to add a dependency to Maven

Add the following io.helidon.serviceconfiguration : helidon-serviceconfiguration-system-oracle-accs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.helidon.serviceconfiguration</groupId>
    <artifactId>helidon-serviceconfiguration-system-oracle-accs</artifactId>
    <version>1.4.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.helidon.serviceconfiguration : helidon-serviceconfiguration-system-oracle-accs gradle dependency to your build.gradle file:

implementation 'io.helidon.serviceconfiguration:helidon-serviceconfiguration-system-oracle-accs:1.4.13'

Gradle Kotlin DSL: Add the following io.helidon.serviceconfiguration : helidon-serviceconfiguration-system-oracle-accs gradle kotlin dependency to your build.gradle.kts file:

implementation("io.helidon.serviceconfiguration:helidon-serviceconfiguration-system-oracle-accs:1.4.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.helidon.serviceconfiguration : helidon-serviceconfiguration-system-oracle-accs sbt scala dependency to your build.sbt file:

libraryDependencies += "io.helidon.serviceconfiguration" % "helidon-serviceconfiguration-system-oracle-accs" % "1.4.13"

Advertisement