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