MVN

org.apache.kerby : kerby-config

Maven & Gradle

Feb 09, 2023
37 usages
92 stars

Kerby Config · Kerby config library

<dependency>
    <groupId>org.apache.kerby</groupId>
    <artifactId>kerby-config</artifactId>
    <version>2.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.kerby : kerby-config to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.3
  • Latest Release Candidate: 1.0.0-RC2

All Versions

Choose a version of org.apache.kerby : kerby-config to add to Maven or Gradle - All Versions:

  • Version Updated
  • kerby-config-2.0.3

    Feb 09, 2023
  • kerby-config-2.0.2

    May 04, 2022
  • kerby-config-2.0.1

    May 25, 2020
  • kerby-config-2.0.0

    Jan 08, 2019
  • kerby-config-1.1.1

    May 21, 2018
  • kerby-config-1.1.0

    Nov 21, 2017
  • kerby-config-1.0.1

    Aug 30, 2017
  • kerby-config-1.0.0

    May 10, 2017
  • kerby-config-1.0.0-RC2

    Mar 06, 2016
  • kerby-config-1.0.0-RC1

    Sep 10, 2015

How to add a dependency to Maven

Add the following org.apache.kerby : kerby-config maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.kerby</groupId>
    <artifactId>kerby-config</artifactId>
    <version>2.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.kerby : kerby-config gradle dependency to your build.gradle file:

implementation 'org.apache.kerby:kerby-config:2.0.3'

Gradle Kotlin DSL: Add the following org.apache.kerby : kerby-config gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.kerby:kerby-config:2.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.kerby : kerby-config sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.kerby" % "kerby-config" % "2.0.3"