is not current version
Last Version 0.15

com.github.mike10004:nanohttpd-testing 0.7

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.7
Type

Type

jar

Download nanohttpd-testing 0.7


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