| GroupId | GroupIdorg.smartboot.http |
|---|---|
| ArtifactId | ArtifactIdsmart-http-server |
| Version | Version1.0.18 |
| Type | Typejar |
| Filename | Size |
|---|---|
| smart-http-server-1.0.18.pom | |
| smart-http-server-1.0.18.jar | 135 KB |
| smart-http-server-1.0.18-sources.jar | 100 KB |
| smart-http-server-1.0.18-javadoc.jar | 357 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.smartboot.http/smart-http-server/ -->
<dependency>
<groupId>org.smartboot.http</groupId>
<artifactId>smart-http-server</artifactId>
<version>1.0.18</version>
</dependency>
// https://jarcasting.com/artifacts/org.smartboot.http/smart-http-server/
implementation 'org.smartboot.http:smart-http-server:1.0.18'
// https://jarcasting.com/artifacts/org.smartboot.http/smart-http-server/
implementation ("org.smartboot.http:smart-http-server:1.0.18")
'org.smartboot.http:smart-http-server:jar:1.0.18'
<dependency org="org.smartboot.http" name="smart-http-server" rev="1.0.18">
<artifact name="smart-http-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smartboot.http', module='smart-http-server', version='1.0.18')
)
libraryDependencies += "org.smartboot.http" % "smart-http-server" % "1.0.18"
[org.smartboot.http/smart-http-server "1.0.18"]