| Группа | Группаcom.xqbase |
|---|---|
| Идентификатор | Идентификаторetcd4j |
| Версия | Версия1.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| etcd4j-1.0.pom | |
| etcd4j-1.0.jar | 25 KB |
| etcd4j-1.0-sources.jar | 9 KB |
| etcd4j-1.0-javadoc.jar | 62 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.xqbase/etcd4j/ -->
<dependency>
<groupId>com.xqbase</groupId>
<artifactId>etcd4j</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.xqbase/etcd4j/
implementation 'com.xqbase:etcd4j:1.0'
// https://jarcasting.com/artifacts/com.xqbase/etcd4j/
implementation ("com.xqbase:etcd4j:1.0")
'com.xqbase:etcd4j:jar:1.0'
<dependency org="com.xqbase" name="etcd4j" rev="1.0">
<artifact name="etcd4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xqbase', module='etcd4j', version='1.0')
)
libraryDependencies += "com.xqbase" % "etcd4j" % "1.0"
[com.xqbase/etcd4j "1.0"]