License |
License |
---|---|
Categories |
Categoriesnanohttpd Net Networking |
GroupId | GroupIdcom.github.mike10004 |
ArtifactId | ArtifactIdnanohttpd-testing |
Last Version | Last Version0.15 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionnanohttpd-testing
Library that helps you use NanoHTTPD in your unit tests
|
Filename | Size |
---|---|
nanohttpd-testing-0.15.pom | |
nanohttpd-testing-0.15.jar | 3 KB |
nanohttpd-testing-0.15-sources.jar | 3 KB |
nanohttpd-testing-0.15-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mike10004/nanohttpd-testing/ -->
<dependency>
<groupId>com.github.mike10004</groupId>
<artifactId>nanohttpd-testing</artifactId>
<version>0.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mike10004/nanohttpd-testing/
implementation 'com.github.mike10004:nanohttpd-testing:0.15'
// https://jarcasting.com/artifacts/com.github.mike10004/nanohttpd-testing/
implementation ("com.github.mike10004:nanohttpd-testing:0.15")
'com.github.mike10004:nanohttpd-testing:jar:0.15'
<dependency org="com.github.mike10004" name="nanohttpd-testing" rev="0.15">
<artifact name="nanohttpd-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mike10004', module='nanohttpd-testing', version='0.15')
)
libraryDependencies += "com.github.mike10004" % "nanohttpd-testing" % "0.15"
[com.github.mike10004/nanohttpd-testing "0.15"]
Group / Artifact | Type | Version |
---|---|---|
com.github.mike10004 : nanohttpd-server | jar | 0.15 |
junit : junit | jar | 4.12 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-jdk14 | jar | 1.7.25 |
org.apache.httpcomponents : httpclient | jar | 4.5.5 |