License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.centro.rtb |
ArtifactId | ArtifactIdjumper |
Version | Version1.0.6 |
Type | Typejar |
Description |
DescriptionJumper
Simplified NIO (non-blocking I/O) HTTP client library with embedded cache, designed with performance in mind.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jumper-1.0.6.pom | |
jumper-1.0.6.jar | 34 KB |
jumper-1.0.6-sources.jar | 12 KB |
jumper-1.0.6-javadoc.jar | 77 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.centro.rtb/jumper/ -->
<dependency>
<groupId>net.centro.rtb</groupId>
<artifactId>jumper</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.centro.rtb/jumper/
implementation 'net.centro.rtb:jumper:1.0.6'
// https://jarcasting.com/artifacts/net.centro.rtb/jumper/
implementation ("net.centro.rtb:jumper:1.0.6")
'net.centro.rtb:jumper:jar:1.0.6'
<dependency org="net.centro.rtb" name="jumper" rev="1.0.6">
<artifact name="jumper" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.centro.rtb', module='jumper', version='1.0.6')
)
libraryDependencies += "net.centro.rtb" % "jumper" % "1.0.6"
[net.centro.rtb/jumper "1.0.6"]
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.jersey.media : jersey-media-multipart | jar | 2.23.2 |
org.glassfish.jersey.connectors : jersey-grizzly-connector | jar | 2.23.2 |
org.glassfish.jersey.connectors : jersey-apache-connector | jar | 2.23.2 |
org.glassfish.jersey.connectors : jersey-jetty-connector | jar | 2.23.2 |
org.glassfish.jersey.connectors : jersey-netty-connector | jar | 2.23.2 |
org.slf4j : slf4j-simple | jar | 1.7.21 |
com.google.guava : guava | jar | 19.0 |
org.glassfish.jersey.media : jersey-media-json-jackson | jar | 2.23 |
commons-validator : commons-validator | jar | 1.5.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.glassfish.jersey.test-framework.providers : jersey-test-framework-provider-grizzly2 | jar | 2.23.2 |
io.dropwizard.metrics : metrics-core | jar | 3.1.2 |