Categories |
CategoriesJava Languages Net CLI User Interface |
---|---|
GroupId | GroupIdcom.github.jamesnetherton |
ArtifactId | ArtifactIdzulip-java-client |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
zulip-java-client-0.1.0.pom | |
zulip-java-client-0.1.0.jar | 225 KB |
zulip-java-client-0.1.0-sources.jar | 143 KB |
zulip-java-client-0.1.0-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.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"]