Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdio.github.houyijun |
ArtifactId | ArtifactIdzk-etcd-config |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
zk-etcd-config-0.1.0.pom | |
zk-etcd-config-0.1.0.jar | 17 KB |
zk-etcd-config-0.1.0-sources.jar | 7 KB |
zk-etcd-config-0.1.0-javadoc.jar | 77 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.houyijun/zk-etcd-config/ -->
<dependency>
<groupId>io.github.houyijun</groupId>
<artifactId>zk-etcd-config</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.houyijun/zk-etcd-config/
implementation 'io.github.houyijun:zk-etcd-config:0.1.0'
// https://jarcasting.com/artifacts/io.github.houyijun/zk-etcd-config/
implementation ("io.github.houyijun:zk-etcd-config:0.1.0")
'io.github.houyijun:zk-etcd-config:jar:0.1.0'
<dependency org="io.github.houyijun" name="zk-etcd-config" rev="0.1.0">
<artifact name="zk-etcd-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.houyijun', module='zk-etcd-config', version='0.1.0')
)
libraryDependencies += "io.github.houyijun" % "zk-etcd-config" % "0.1.0"
[io.github.houyijun/zk-etcd-config "0.1.0"]