| License |
License
Public Domain
|
|---|---|
| GroupId | GroupIduk.org.retep.tools |
| ArtifactId | ArtifactIdhttpd |
| Last Version | Last Version10.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionretepTools HTTP Daemon
The retepTools collection
|
| Project Organization |
Project OrganizationRetep Development Group |
| Filename | Size |
|---|---|
| httpd-10.6.pom | |
| httpd-10.6.jar | 22 KB |
| httpd-10.6-tests.jar | 1 KB |
| httpd-10.6-sources.jar | 26 KB |
| httpd-10.6-javadoc.jar | 68 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/uk.org.retep.tools/httpd/ -->
<dependency>
<groupId>uk.org.retep.tools</groupId>
<artifactId>httpd</artifactId>
<version>10.6</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.retep.tools/httpd/
implementation 'uk.org.retep.tools:httpd:10.6'
// https://jarcasting.com/artifacts/uk.org.retep.tools/httpd/
implementation ("uk.org.retep.tools:httpd:10.6")
'uk.org.retep.tools:httpd:jar:10.6'
<dependency org="uk.org.retep.tools" name="httpd" rev="10.6">
<artifact name="httpd" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.retep.tools', module='httpd', version='10.6')
)
libraryDependencies += "uk.org.retep.tools" % "httpd" % "10.6"
[uk.org.retep.tools/httpd "10.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| uk.org.retep.tools : cluster | jar | 10.6 |
| uk.org.retep.tools : io | jar | 10.6 |
| uk.org.retep.tools : encoding | jar | 10.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.7 |