Categories |
CategoriesScala Languages Net |
---|---|
GroupId | GroupIdnet.nikore.etcd |
ArtifactId | ArtifactIdscala-etcd |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
scala-etcd-0.2.pom | |
scala-etcd-0.2.jar | 53 KB |
scala-etcd-0.2-sources.jar | 2 KB |
scala-etcd-0.2-javadoc.jar | 398 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.nikore.etcd/scala-etcd/ -->
<dependency>
<groupId>net.nikore.etcd</groupId>
<artifactId>scala-etcd</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.nikore.etcd/scala-etcd/
implementation 'net.nikore.etcd:scala-etcd:0.2'
// https://jarcasting.com/artifacts/net.nikore.etcd/scala-etcd/
implementation ("net.nikore.etcd:scala-etcd:0.2")
'net.nikore.etcd:scala-etcd:jar:0.2'
<dependency org="net.nikore.etcd" name="scala-etcd" rev="0.2">
<artifact name="scala-etcd" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.nikore.etcd', module='scala-etcd', version='0.2')
)
libraryDependencies += "net.nikore.etcd" % "scala-etcd" % "0.2"
[net.nikore.etcd/scala-etcd "0.2"]