is not current version
Last Version 0.3.0

com.github.jamesnetherton:zulip-java-client 0.1.0

Java client for the Zulip REST API

Categories

Categories

Java Languages Net CLI User Interface
GroupId

GroupId

com.github.jamesnetherton
ArtifactId

ArtifactId

zulip-java-client
Version

Version

0.1.0
Type

Type

jar

Download zulip-java-client 0.1.0


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