| Categories |
Categoriesconfig Application Layer Libs Configuration |
|---|---|
| GroupId | GroupIdorg.nhind |
| ArtifactId | ArtifactIdconfig-store |
| Version | Version1.1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| config-store-1.1.1.pom | |
| config-store-1.1.1.jar | 53 KB |
| config-store-1.1.1-tests.jar | 54 KB |
| config-store-1.1.1-sources.jar | 50 KB |
| config-store-1.1.1-javadoc.jar | 170 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.nhind/config-store/ -->
<dependency>
<groupId>org.nhind</groupId>
<artifactId>config-store</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.nhind/config-store/
implementation 'org.nhind:config-store:1.1.1'
// https://jarcasting.com/artifacts/org.nhind/config-store/
implementation ("org.nhind:config-store:1.1.1")
'org.nhind:config-store:jar:1.1.1'
<dependency org="org.nhind" name="config-store" rev="1.1.1">
<artifact name="config-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nhind', module='config-store', version='1.1.1')
)
libraryDependencies += "org.nhind" % "config-store" % "1.1.1"
[org.nhind/config-store "1.1.1"]