Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.jonathangiles.tools |
ArtifactId | ArtifactIdteenyhttpd |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
teenyhttpd-1.0.0.pom | |
teenyhttpd-1.0.0.jar | 21 KB |
teenyhttpd-1.0.0-sources.jar | 12 KB |
teenyhttpd-1.0.0-javadoc.jar | 455 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.jonathangiles.tools/teenyhttpd/ -->
<dependency>
<groupId>net.jonathangiles.tools</groupId>
<artifactId>teenyhttpd</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.jonathangiles.tools/teenyhttpd/
implementation 'net.jonathangiles.tools:teenyhttpd:1.0.0'
// https://jarcasting.com/artifacts/net.jonathangiles.tools/teenyhttpd/
implementation ("net.jonathangiles.tools:teenyhttpd:1.0.0")
'net.jonathangiles.tools:teenyhttpd:jar:1.0.0'
<dependency org="net.jonathangiles.tools" name="teenyhttpd" rev="1.0.0">
<artifact name="teenyhttpd" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.jonathangiles.tools', module='teenyhttpd', version='1.0.0')
)
libraryDependencies += "net.jonathangiles.tools" % "teenyhttpd" % "1.0.0"
[net.jonathangiles.tools/teenyhttpd "1.0.0"]