Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.elastest.epm |
ArtifactId | ArtifactIdepm-client |
Version | Version0.9.1 |
Type | Typejar |
Filename | Size |
---|---|
epm-client-0.9.1.pom | |
epm-client-0.9.1.jar | 271 KB |
epm-client-0.9.1-sources.jar | 75 KB |
epm-client-0.9.1-javadoc.jar | 328 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.elastest.epm/epm-client/ -->
<dependency>
<groupId>io.elastest.epm</groupId>
<artifactId>epm-client</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.elastest.epm/epm-client/
implementation 'io.elastest.epm:epm-client:0.9.1'
// https://jarcasting.com/artifacts/io.elastest.epm/epm-client/
implementation ("io.elastest.epm:epm-client:0.9.1")
'io.elastest.epm:epm-client:jar:0.9.1'
<dependency org="io.elastest.epm" name="epm-client" rev="0.9.1">
<artifact name="epm-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.elastest.epm', module='epm-client', version='0.9.1')
)
libraryDependencies += "io.elastest.epm" % "epm-client" % "0.9.1"
[io.elastest.epm/epm-client "0.9.1"]