License |
License |
---|---|
GroupId | GroupIdcom.github.avarabyeu |
ArtifactId | ArtifactIdrestendpoint |
Last Version | Last Version0.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRestEndpoint
Asynchronous Rest/HTTP client based on Apache Async HTTP Client
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
restendpoint-0.1.2.pom | |
restendpoint-0.1.2.jar | 47 KB |
restendpoint-0.1.2-sources.jar | 22 KB |
restendpoint-0.1.2-javadoc.jar | 184 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.avarabyeu/restendpoint/ -->
<dependency>
<groupId>com.github.avarabyeu</groupId>
<artifactId>restendpoint</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.avarabyeu/restendpoint/
implementation 'com.github.avarabyeu:restendpoint:0.1.2'
// https://jarcasting.com/artifacts/com.github.avarabyeu/restendpoint/
implementation ("com.github.avarabyeu:restendpoint:0.1.2")
'com.github.avarabyeu:restendpoint:jar:0.1.2'
<dependency org="com.github.avarabyeu" name="restendpoint" rev="0.1.2">
<artifact name="restendpoint" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.avarabyeu', module='restendpoint', version='0.1.2')
)
libraryDependencies += "com.github.avarabyeu" % "restendpoint" % "0.1.2"
[com.github.avarabyeu/restendpoint "0.1.2"]
Group / Artifact | Type | Version |
---|---|---|
io.projectreactor : reactor-core | jar | 3.0.3.RELEASE |
org.apache.httpcomponents : httpasyncclient | jar | 4.1.2 |
org.apache.httpcomponents : httpmime | jar | 4.4.1 |
com.google.guava : guava | jar | 19.0 |
com.google.code.findbugs : jsr305 | jar | 3.0.1 |
commons-beanutils : commons-beanutils | jar | 1.9.3 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.8.5 |
Group / Artifact | Type | Version |
---|---|---|
com.google.inject : guice | jar | 4.0 |
junit : junit | jar | 4.12 |
com.squareup.okhttp : mockwebserver | jar | 2.7.0 |
com.smarttested : smartassert | jar | 1.0.2 |
org.hamcrest : hamcrest-library | jar | 1.3 |
org.mockito : mockito-all | jar | 1.10.19 |