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