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