is not current version
Last Version 0.15

com.github.mike10004:nanohttpd-testing 0.6

Library that helps you use NanoHTTPD in your unit tests

Categories

Categories

nanohttpd Net Networking
GroupId

GroupId

com.github.mike10004
ArtifactId

ArtifactId

nanohttpd-testing
Version

Version

0.6
Type

Type

jar

Download nanohttpd-testing 0.6


<!-- https://jarcasting.com/artifacts/com.github.mike10004/nanohttpd-testing/ -->
<dependency>
    <groupId>com.github.mike10004</groupId>
    <artifactId>nanohttpd-testing</artifactId>
    <version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mike10004/nanohttpd-testing/
implementation 'com.github.mike10004:nanohttpd-testing:0.6'
// https://jarcasting.com/artifacts/com.github.mike10004/nanohttpd-testing/
implementation ("com.github.mike10004:nanohttpd-testing:0.6")
'com.github.mike10004:nanohttpd-testing:jar:0.6'
<dependency org="com.github.mike10004" name="nanohttpd-testing" rev="0.6">
  <artifact name="nanohttpd-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mike10004', module='nanohttpd-testing', version='0.6')
)
libraryDependencies += "com.github.mike10004" % "nanohttpd-testing" % "0.6"
[com.github.mike10004/nanohttpd-testing "0.6"]