MVN

com.github.charlemaznable : char-configservice

Maven & Gradle

Jul 18, 2023
0 stars

Char ConfigService · Config Service clients, apollo/diamond.

<dependency>
    <groupId>com.github.charlemaznable</groupId>
    <artifactId>char-configservice</artifactId>
    <version>2023.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.charlemaznable : char-configservice to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2023.2.1

All Versions

Choose a version of com.github.charlemaznable : char-configservice to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2023.2.x
char-configservice-2023.2.1
char-configservice-2023.2.0
2023.1.x
char-configservice-2023.1.1
char-configservice-2023.1.0
2023.0.x
char-configservice-2023.0.4
char-configservice-2023.0.3
char-configservice-2023.0.2
char-configservice-2023.0.1
char-configservice-2023.0.0
2022.0.x
char-configservice-2022.0.7
char-configservice-2022.0.6
char-configservice-2022.0.5
char-configservice-2022.0.4
char-configservice-2022.0.3
char-configservice-2022.0.2
char-configservice-2022.0.1
char-configservice-2022.0.0
0.1.x
char-configservice-0.1.2
char-configservice-0.1.1
char-configservice-0.1.0
0.0.x
char-configservice-0.0.8
char-configservice-0.0.7

How to add a dependency to Maven

Add the following com.github.charlemaznable : char-configservice maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.charlemaznable</groupId>
    <artifactId>char-configservice</artifactId>
    <version>2023.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.charlemaznable : char-configservice gradle dependency to your build.gradle file:

implementation 'com.github.charlemaznable:char-configservice:2023.2.1'

Gradle Kotlin DSL: Add the following com.github.charlemaznable : char-configservice gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.charlemaznable:char-configservice:2023.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.charlemaznable : char-configservice sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.charlemaznable" % "char-configservice" % "2023.2.1"