License |
License |
---|---|
GroupId | GroupIdcom.github.t3t5u |
ArtifactId | ArtifactIdcommon-http |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptioncommon-http - Common HTTP Libraries
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
common-http-1.0.0.pom | |
common-http-1.0.0.jar | 52 KB |
common-http-1.0.0-sources.jar | 22 KB |
common-http-1.0.0-javadoc.jar | 230 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.t3t5u/common-http/ -->
<dependency>
<groupId>com.github.t3t5u</groupId>
<artifactId>common-http</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.t3t5u/common-http/
implementation 'com.github.t3t5u:common-http:1.0.0'
// https://jarcasting.com/artifacts/com.github.t3t5u/common-http/
implementation ("com.github.t3t5u:common-http:1.0.0")
'com.github.t3t5u:common-http:jar:1.0.0'
<dependency org="com.github.t3t5u" name="common-http" rev="1.0.0">
<artifact name="common-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.t3t5u', module='common-http', version='1.0.0')
)
libraryDependencies += "com.github.t3t5u" % "common-http" % "1.0.0"
[com.github.t3t5u/common-http "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.t3t5u : common-util | jar | 1.0.0 |
javax.ws.rs : jsr311-api | jar | 1.1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-core | jar | 1.9.5 |
org.hamcrest : hamcrest-library | jar | 1.3 |
ch.qos.logback : logback-core | jar | 1.1.2 |
ch.qos.logback : logback-classic | jar | 1.1.2 |
org.eclipse.jetty : jetty-server | jar | 9.1.5.v20140505 |