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