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