| GroupId | GroupIdorg.smartboot.http |
|---|---|
| ArtifactId | ArtifactIdsmart-http-server |
| Version | Version1.0.20 |
| Type | Typejar |
| Filename | Size |
|---|---|
| smart-http-server-1.0.20.pom | |
| smart-http-server-1.0.20.jar | 136 KB |
| smart-http-server-1.0.20-sources.jar | 100 KB |
| smart-http-server-1.0.20-javadoc.jar | 363 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.20</version>
</dependency>
// https://jarcasting.com/artifacts/org.smartboot.http/smart-http-server/
implementation 'org.smartboot.http:smart-http-server:1.0.20'
// https://jarcasting.com/artifacts/org.smartboot.http/smart-http-server/
implementation ("org.smartboot.http:smart-http-server:1.0.20")
'org.smartboot.http:smart-http-server:jar:1.0.20'
<dependency org="org.smartboot.http" name="smart-http-server" rev="1.0.20">
<artifact name="smart-http-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smartboot.http', module='smart-http-server', version='1.0.20')
)
libraryDependencies += "org.smartboot.http" % "smart-http-server" % "1.0.20"
[org.smartboot.http/smart-http-server "1.0.20"]