Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 591 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 591 Bytes

ETCD Executable

ETCD binaries(x64) for Windows, Linux.

Source

All binaries are downloaded from https://github.com/etcd-io/etcd/releases/

Usage

Artifact homepage: https://search.maven.org/artifact/io.coney.testing/etcd-executable

Declare the dependency with test scope according to your scenario

For Apache Maven:

<dependency>
  <groupId>io.coney.testing</groupId>
  <artifactId>etcd-executable</artifactId>
  <version>3.4.19</version>
</dependency>

For Gradle:

implementation 'io.coney.testing:etcd-executable:3.4.19'