| Группа | Группаorg.noear |
|---|---|
| Идентификатор | Идентификаторsolon.boot.smarthttp |
| Версия | Версия1.6.19-m2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| solon.boot.smarthttp-1.6.19-m2.pom | |
| solon.boot.smarthttp-1.6.19-m2.jar | 31 KB |
| solon.boot.smarthttp-1.6.19-m2-sources.jar | 19 KB |
| solon.boot.smarthttp-1.6.19-m2-javadoc.jar | 120 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.noear/solon.boot.smarthttp/ -->
<dependency>
<groupId>org.noear</groupId>
<artifactId>solon.boot.smarthttp</artifactId>
<version>1.6.19-m2</version>
</dependency>
// https://jarcasting.com/artifacts/org.noear/solon.boot.smarthttp/
implementation 'org.noear:solon.boot.smarthttp:1.6.19-m2'
// https://jarcasting.com/artifacts/org.noear/solon.boot.smarthttp/
implementation ("org.noear:solon.boot.smarthttp:1.6.19-m2")
'org.noear:solon.boot.smarthttp:jar:1.6.19-m2'
<dependency org="org.noear" name="solon.boot.smarthttp" rev="1.6.19-m2">
<artifact name="solon.boot.smarthttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.noear', module='solon.boot.smarthttp', version='1.6.19-m2')
)
libraryDependencies += "org.noear" % "solon.boot.smarthttp" % "1.6.19-m2"
[org.noear/solon.boot.smarthttp "1.6.19-m2"]