Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdio.gridgo |
ArtifactId | ArtifactIdgridgo-jetty-http |
Version | Version0.5.0 |
Type | Typejar |
Filename | Size |
---|---|
gridgo-jetty-http-0.5.0.pom | |
gridgo-jetty-http-0.5.0.jar | 33 KB |
gridgo-jetty-http-0.5.0-sources.jar | 17 KB |
gridgo-jetty-http-0.5.0-javadoc.jar | 498 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.gridgo/gridgo-jetty-http/ -->
<dependency>
<groupId>io.gridgo</groupId>
<artifactId>gridgo-jetty-http</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.gridgo/gridgo-jetty-http/
implementation 'io.gridgo:gridgo-jetty-http:0.5.0'
// https://jarcasting.com/artifacts/io.gridgo/gridgo-jetty-http/
implementation ("io.gridgo:gridgo-jetty-http:0.5.0")
'io.gridgo:gridgo-jetty-http:jar:0.5.0'
<dependency org="io.gridgo" name="gridgo-jetty-http" rev="0.5.0">
<artifact name="gridgo-jetty-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gridgo', module='gridgo-jetty-http', version='0.5.0')
)
libraryDependencies += "io.gridgo" % "gridgo-jetty-http" % "0.5.0"
[io.gridgo/gridgo-jetty-http "0.5.0"]