is not current version
Last Version 0.9.22

com.empyr:client 0.9.10

A simple library for interfacing with the Empyr API.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.empyr
ArtifactId

ArtifactId

client
Version

Version

0.9.10
Type

Type

jar

Download client 0.9.10


<!-- https://jarcasting.com/artifacts/com.empyr/client/ -->
<dependency>
    <groupId>com.empyr</groupId>
    <artifactId>client</artifactId>
    <version>0.9.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.empyr/client/
implementation 'com.empyr:client:0.9.10'
// https://jarcasting.com/artifacts/com.empyr/client/
implementation ("com.empyr:client:0.9.10")
'com.empyr:client:jar:0.9.10'
<dependency org="com.empyr" name="client" rev="0.9.10">
  <artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.empyr', module='client', version='0.9.10')
)
libraryDependencies += "com.empyr" % "client" % "0.9.10"
[com.empyr/client "0.9.10"]