i

ics-client

an implement of client of configserver based on zookeeper
http://maven.apache.org
The Apache Software License, Version 2.0
tony.su
Files download
File Operation
ics-client-1.0.0.jar download
ics-client-1.0.0.pom download
ics-client-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.uulookingfor</groupId>
  <artifactId>ics-client</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.uulookingfor:ics-client:1.0.0'
Gradle Kotlin
implementation("com.uulookingfor:ics-client:1.0.0")
Scala SBT
libraryDependencies += "com.uulookingfor" % "ics-client" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.uulookingfor', module='ics-client', version='1.0.0')
)
Apache Ivy
<dependency org="com.uulookingfor" name="ics-client" rev="1.0.0" />
Leiningen
[com.uulookingfor/ics-client "1.0.0"]
Apache Buildr
'com.uulookingfor:ics-client:jar:1.0.0'