MVN

com.github.javaclub : configserver-conf

Maven & Gradle

Dec 21, 2023

configserver-conf · Javaclub configserver-conf

<dependency>
    <groupId>com.github.javaclub</groupId>
    <artifactId>configserver-conf</artifactId>
    <version>1.0.2-IDEV</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.javaclub : configserver-conf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2-IDEV

All Versions

Choose a version of com.github.javaclub : configserver-conf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
configserver-conf-1.0.2-IDEV

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.javaclub</groupId>
    <artifactId>configserver-conf</artifactId>
    <version>1.0.2-IDEV</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.javaclub : configserver-conf gradle dependency to your build.gradle file:

implementation 'com.github.javaclub:configserver-conf:1.0.2-IDEV'

Gradle Kotlin DSL: Add the following com.github.javaclub : configserver-conf gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.javaclub:configserver-conf:1.0.2-IDEV")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.javaclub : configserver-conf sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.javaclub" % "configserver-conf" % "1.0.2-IDEV"

Advertisement