| License |
License |
|---|---|
| GroupId | GroupIdcom.sonymobile.tools.gerrit |
| ArtifactId | ArtifactIdgerrit-events |
| Last Version | Last Version2.20.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGerrit Events Client library
Java client library for receiving stream-events from Gerrit code review.
As well as performing queries and sending reviews.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| gerrit-events-2.20.0.pom | |
| gerrit-events-2.20.0.jar | 131 KB |
| gerrit-events-2.20.0-sources.jar | 152 KB |
| gerrit-events-2.20.0-javadoc.jar | 609 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sonymobile.tools.gerrit/gerrit-events/ -->
<dependency>
<groupId>com.sonymobile.tools.gerrit</groupId>
<artifactId>gerrit-events</artifactId>
<version>2.20.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sonymobile.tools.gerrit/gerrit-events/
implementation 'com.sonymobile.tools.gerrit:gerrit-events:2.20.0'
// https://jarcasting.com/artifacts/com.sonymobile.tools.gerrit/gerrit-events/
implementation ("com.sonymobile.tools.gerrit:gerrit-events:2.20.0")
'com.sonymobile.tools.gerrit:gerrit-events:jar:2.20.0'
<dependency org="com.sonymobile.tools.gerrit" name="gerrit-events" rev="2.20.0">
<artifact name="gerrit-events" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sonymobile.tools.gerrit', module='gerrit-events', version='2.20.0')
)
libraryDependencies += "com.sonymobile.tools.gerrit" % "gerrit-events" % "2.20.0"
[com.sonymobile.tools.gerrit/gerrit-events "2.20.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.jcraft : jsch | jar | 0.1.55 |
| org.slf4j : slf4j-api | jar | 1.6.1 |
| net.sf.json-lib : json-lib | jar | 2.4 |
| org.apache.httpcomponents : httpclient | jar | 4.5.13 |
| org.apache.commons : commons-io | jar | 1.3.2 |
| com.google.code.gson : gson | jar | 2.1 |
| org.codehaus.mojo : animal-sniffer-annotations Optional | jar | 1.15 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-jdk14 | jar | 1.6.1 |
| junit : junit | jar | 4.13.1 |
| org.mockito : mockito-core | jar | 2.23.4 |
| org.powermock : powermock-module-junit4 | jar | 2.0.0 |
| org.powermock : powermock-api-mockito2 | jar | 2.0.0 |
| org.hamcrest : hamcrest | jar | 2.1 |
| org.apache.sshd : sshd-core | jar | 0.8.0 |
| org.eclipse.jetty : jetty-server | jar | 9.4.41.v20210516 |
| com.thoughtworks.xstream : xstream | jar | 1.4.19 |