License |
License |
---|---|
Categories |
CategoriesJava Languages Net CLI User Interface |
GroupId | GroupIdcom.github.jamesnetherton |
ArtifactId | ArtifactIdzulip-java-client |
Version | Version0.1.1 |
Type | Typejar |
Description |
DescriptionZulip Java Client
Java client for the Zulip REST API
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
zulip-java-client-0.1.1.pom | |
zulip-java-client-0.1.1.jar | 226 KB |
zulip-java-client-0.1.1-sources.jar | 143 KB |
zulip-java-client-0.1.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jamesnetherton/zulip-java-client/ -->
<dependency>
<groupId>com.github.jamesnetherton</groupId>
<artifactId>zulip-java-client</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jamesnetherton/zulip-java-client/
implementation 'com.github.jamesnetherton:zulip-java-client:0.1.1'
// https://jarcasting.com/artifacts/com.github.jamesnetherton/zulip-java-client/
implementation ("com.github.jamesnetherton:zulip-java-client:0.1.1")
'com.github.jamesnetherton:zulip-java-client:jar:0.1.1'
<dependency org="com.github.jamesnetherton" name="zulip-java-client" rev="0.1.1">
<artifact name="zulip-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jamesnetherton', module='zulip-java-client', version='0.1.1')
)
libraryDependencies += "com.github.jamesnetherton" % "zulip-java-client" % "0.1.1"
[com.github.jamesnetherton/zulip-java-client "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | |
org.apache.httpcomponents : httpclient | jar | 4.5.13 |
org.apache.httpcomponents : httpmime | jar | 4.5.13 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.7.0 |
com.github.tomakehurst : wiremock-jre8 | jar | 2.27.2 |
org.slf4j : slf4j-nop | jar | 1.7.12 |