<dependency> <groupId>org.nanohttpd</groupId> <artifactId>nanohttpd-project</artifactId> <version>2.3.1</version> <type>pom</type> </dependency>
implementation 'org.nanohttpd:nanohttpd-project:2.3.1'
implementation("org.nanohttpd:nanohttpd-project:2.3.1")
libraryDependencies += "org.nanohttpd" % "nanohttpd-project" % "2.3.1"
@Grapes( @Grab(group='org.nanohttpd', module='nanohttpd-project', version='2.3.1') )
<dependency org="org.nanohttpd" name="nanohttpd-project" rev="2.3.1" />
[org.nanohttpd/nanohttpd-project "2.3.1"]
'org.nanohttpd:nanohttpd-project:jar:2.3.1'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
test
|-- junit:junit:4.12