Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdio.helixservice |
ArtifactId | ArtifactIdhelix-config |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
helix-config-1.0.2.pom | |
helix-config-1.0.2.jar | 39 KB |
helix-config-1.0.2-sources.jar | 32 KB |
helix-config-1.0.2-javadoc.jar | 181 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.helixservice/helix-config/ -->
<dependency>
<groupId>io.helixservice</groupId>
<artifactId>helix-config</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.helixservice/helix-config/
implementation 'io.helixservice:helix-config:1.0.2'
// https://jarcasting.com/artifacts/io.helixservice/helix-config/
implementation ("io.helixservice:helix-config:1.0.2")
'io.helixservice:helix-config:jar:1.0.2'
<dependency org="io.helixservice" name="helix-config" rev="1.0.2">
<artifact name="helix-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helixservice', module='helix-config', version='1.0.2')
)
libraryDependencies += "io.helixservice" % "helix-config" % "1.0.2"
[io.helixservice/helix-config "1.0.2"]