<dependency> <groupId>org.nanohttpd</groupId> <artifactId>nanohttpd</artifactId> <version>2.3.1</version> </dependency>
implementation 'org.nanohttpd:nanohttpd:2.3.1'
implementation("org.nanohttpd:nanohttpd:2.3.1")
libraryDependencies += "org.nanohttpd" % "nanohttpd" % "2.3.1"
@Grapes( @Grab(group='org.nanohttpd', module='nanohttpd', version='2.3.1') )
<dependency org="org.nanohttpd" name="nanohttpd" rev="2.3.1" />
[org.nanohttpd/nanohttpd "2.3.1"]
'org.nanohttpd:nanohttpd:jar:2.3.1'
<parent> <groupId>org.nanohttpd</groupId> <artifactId>nanohttpd-project</artifactId> <version>2.3.1</version> </parent>
test
|-- org.apache.httpcomponents:httpclient:4.2.5
|-- org.apache.httpcomponents:httpmime:4.2.5