| License |
License |
|---|---|
| Categories |
Categorieshate Data Data Formats Hypermedia Types |
| GroupId | GroupIdorg.sobotics |
| ArtifactId | ArtifactIdchatexchange |
| Last Version | Last Version2.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionChatExchange
Simple API to interact with the chat system on Stack Overflow, and the Stack Exchange network.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| chatexchange-2.0.0.pom | |
| chatexchange-2.0.0.jar | 43 KB |
| chatexchange-2.0.0-sources.jar | 26 KB |
| chatexchange-2.0.0-javadoc.jar | 136 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.sobotics/chatexchange/ -->
<dependency>
<groupId>org.sobotics</groupId>
<artifactId>chatexchange</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.sobotics/chatexchange/
implementation 'org.sobotics:chatexchange:2.0.0'
// https://jarcasting.com/artifacts/org.sobotics/chatexchange/
implementation ("org.sobotics:chatexchange:2.0.0")
'org.sobotics:chatexchange:jar:2.0.0'
<dependency org="org.sobotics" name="chatexchange" rev="2.0.0">
<artifact name="chatexchange" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sobotics', module='chatexchange', version='2.0.0')
)
libraryDependencies += "org.sobotics" % "chatexchange" % "2.0.0"
[org.sobotics/chatexchange "2.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jsoup : jsoup | jar | 1.9.1 |
| com.google.code.gson : gson | jar | 2.6.2 |
| org.slf4j : slf4j-api | jar | 1.7.21 |
| org.glassfish.tyrus.bundles : tyrus-standalone-client-jdk | jar | 1.13.1 |