| Категории |
Категорииnanohttpd Сеть Networking |
|---|---|
| Группа | Группаorg.nanohttpd |
| Идентификатор | Идентификаторnanohttpd-apache-fileupload |
| Версия | Версия2.3.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.nanohttpd/nanohttpd-apache-fileupload/ -->
<dependency>
<groupId>org.nanohttpd</groupId>
<artifactId>nanohttpd-apache-fileupload</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.nanohttpd/nanohttpd-apache-fileupload/
implementation 'org.nanohttpd:nanohttpd-apache-fileupload:2.3.0'
// https://jarcasting.com/artifacts/org.nanohttpd/nanohttpd-apache-fileupload/
implementation ("org.nanohttpd:nanohttpd-apache-fileupload:2.3.0")
'org.nanohttpd:nanohttpd-apache-fileupload:jar:2.3.0'
<dependency org="org.nanohttpd" name="nanohttpd-apache-fileupload" rev="2.3.0">
<artifact name="nanohttpd-apache-fileupload" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nanohttpd', module='nanohttpd-apache-fileupload', version='2.3.0')
)
libraryDependencies += "org.nanohttpd" % "nanohttpd-apache-fileupload" % "2.3.0"
[org.nanohttpd/nanohttpd-apache-fileupload "2.3.0"]