License |
License |
---|---|
GroupId | GroupIdcom.likeness.components |
ArtifactId | ArtifactIdlikeness-tinyhttp |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionlikeness-tinyhttp
A minimal HTTP/HTTPS client for loading configuration or small data files from the network.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
likeness-tinyhttp-1.0.0.pom | |
likeness-tinyhttp-1.0.0.jar | 14 KB |
likeness-tinyhttp-1.0.0-tests.jar | 2 KB |
likeness-tinyhttp-1.0.0-sources.jar | 9 KB |
likeness-tinyhttp-1.0.0-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.likeness.components/likeness-tinyhttp/ -->
<dependency>
<groupId>com.likeness.components</groupId>
<artifactId>likeness-tinyhttp</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.likeness.components/likeness-tinyhttp/
implementation 'com.likeness.components:likeness-tinyhttp:1.0.0'
// https://jarcasting.com/artifacts/com.likeness.components/likeness-tinyhttp/
implementation ("com.likeness.components:likeness-tinyhttp:1.0.0")
'com.likeness.components:likeness-tinyhttp:jar:1.0.0'
<dependency org="com.likeness.components" name="likeness-tinyhttp" rev="1.0.0">
<artifact name="likeness-tinyhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.likeness.components', module='likeness-tinyhttp', version='1.0.0')
)
libraryDependencies += "com.likeness.components" % "likeness-tinyhttp" % "1.0.0"
[com.likeness.components/likeness-tinyhttp "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.likeness.components : likeness-logging | jar | 1.0.1 |
org.apache.commons : commons-lang3 | jar | 3.1 |
com.google.guava : guava | jar | 11.0.1 |
org.skife.config : config-magic | jar | 0.13 |
com.google.code.findbugs : jsr305 | jar | 2.0.0 |
org.apache.httpcomponents : httpcore | jar | 4.1.4 |
org.apache.httpcomponents : httpclient | jar | 4.1.2 |
commons-io : commons-io | jar | 2.1 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit-dep | jar | 4.10 |
org.easymock : easymock | jar | 3.1 |
org.eclipse.jetty : jetty-server | jar | 7.2.2.v20101205 |
org.eclipse.jetty : jetty-security | jar | 7.2.2.v20101205 |