| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.tomitribe |
| ArtifactId | ArtifactIdsimple-http-client |
| Last Version | Last Version0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTomitribe :: Simple HTTP Client
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| simple-http-client-0.1.pom | |
| simple-http-client-0.1.jar | 7 KB |
| simple-http-client-0.1-sources.jar | 4 KB |
| simple-http-client-0.1-javadoc.jar | 28 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.tomitribe/simple-http-client/ -->
<dependency>
<groupId>org.tomitribe</groupId>
<artifactId>simple-http-client</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.tomitribe/simple-http-client/
implementation 'org.tomitribe:simple-http-client:0.1'
// https://jarcasting.com/artifacts/org.tomitribe/simple-http-client/
implementation ("org.tomitribe:simple-http-client:0.1")
'org.tomitribe:simple-http-client:jar:0.1'
<dependency org="org.tomitribe" name="simple-http-client" rev="0.1">
<artifact name="simple-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tomitribe', module='simple-http-client', version='0.1')
)
libraryDependencies += "org.tomitribe" % "simple-http-client" % "0.1"
[org.tomitribe/simple-http-client "0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.tomee : javaee-api | jar | 8.0-5 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.tomee : arquillian-tomee-embedded | jar | 8.0.6 |
| org.apache.tomee : tomee-jaxrs | jar | 8.0.6 |
| junit : junit | jar | 4.13.2 |