Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.empyr |
ArtifactId | ArtifactIdclient |
Version | Version0.9.17 |
Type | Typejar |
Filename | Size |
---|---|
client-0.9.17.pom | |
client-0.9.17.jar | 99 KB |
client-0.9.17-sources.jar | 55 KB |
client-0.9.17-javadoc.jar | 488 KB |
client-0.9.17-jar-with-dependencies.jar | 6 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.empyr/client/ -->
<dependency>
<groupId>com.empyr</groupId>
<artifactId>client</artifactId>
<version>0.9.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.empyr/client/
implementation 'com.empyr:client:0.9.17'
// https://jarcasting.com/artifacts/com.empyr/client/
implementation ("com.empyr:client:0.9.17")
'com.empyr:client:jar:0.9.17'
<dependency org="com.empyr" name="client" rev="0.9.17">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.empyr', module='client', version='0.9.17')
)
libraryDependencies += "com.empyr" % "client" % "0.9.17"
[com.empyr/client "0.9.17"]