| GroupId | GroupIdorg.noear.hatch |
|---|---|
| ArtifactId | ArtifactIdsolon.boot.smarthttp |
| Version | Version1.5.53 |
| Type | Typejar |
| Filename | Size |
|---|---|
| solon.boot.smarthttp-1.5.53.pom | |
| solon.boot.smarthttp-1.5.53.jar | 31 KB |
| solon.boot.smarthttp-1.5.53-sources.jar | 18 KB |
| solon.boot.smarthttp-1.5.53-javadoc.jar | 118 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.noear.hatch/solon.boot.smarthttp/ -->
<dependency>
<groupId>org.noear.hatch</groupId>
<artifactId>solon.boot.smarthttp</artifactId>
<version>1.5.53</version>
</dependency>
// https://jarcasting.com/artifacts/org.noear.hatch/solon.boot.smarthttp/
implementation 'org.noear.hatch:solon.boot.smarthttp:1.5.53'
// https://jarcasting.com/artifacts/org.noear.hatch/solon.boot.smarthttp/
implementation ("org.noear.hatch:solon.boot.smarthttp:1.5.53")
'org.noear.hatch:solon.boot.smarthttp:jar:1.5.53'
<dependency org="org.noear.hatch" name="solon.boot.smarthttp" rev="1.5.53">
<artifact name="solon.boot.smarthttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.noear.hatch', module='solon.boot.smarthttp', version='1.5.53')
)
libraryDependencies += "org.noear.hatch" % "solon.boot.smarthttp" % "1.5.53"
[org.noear.hatch/solon.boot.smarthttp "1.5.53"]