MVN

org.nhind : config-store

Maven & Gradle

Aug 03, 2021
6 usages
0 stars

NHIN Direct Java RI - Configuration Persistence Layer · NHIN Direct Security And Trust Agent

<dependency>
    <groupId>org.nhind</groupId>
    <artifactId>config-store</artifactId>
    <version>8.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 8.0.0

All Versions

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

Version Vulnerabilities Updated
8.0.x
config-store-8.0.0
7.0
config-store-7.0
6.0.x
config-store-6.0.1
6.0
config-store-6.0
2.0.x
config-store-2.0.0
1.6
config-store-1.6
1.5
config-store-1.5
1.4
config-store-1.4
1.3
config-store-1.3
1.2
config-store-1.2
1.1.x
config-store-1.1.1
1.1
config-store-1.1
1.0
config-store-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.nhind</groupId>
    <artifactId>config-store</artifactId>
    <version>8.0.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.nhind:config-store:8.0.0'

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

implementation("org.nhind:config-store:8.0.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.nhind" % "config-store" % "8.0.0"

Advertisement

Dependencies from Group

Jul 30, 2021
17 usages
0 stars
Aug 03, 2021
9 usages
0 stars
Aug 07, 2021
8 usages
0 stars
Feb 17, 2022
7 usages
0 stars
Aug 03, 2021
6 usages
0 stars

Discover Dependencies