Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdorg.httpobjects.jetty |
ArtifactId | ArtifactIdhttpobjects-jetty-6 |
Version | Version0.5.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.httpobjects.jetty/httpobjects-jetty-6/ -->
<dependency>
<groupId>org.httpobjects.jetty</groupId>
<artifactId>httpobjects-jetty-6</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.httpobjects.jetty/httpobjects-jetty-6/
implementation 'org.httpobjects.jetty:httpobjects-jetty-6:0.5.0'
// https://jarcasting.com/artifacts/org.httpobjects.jetty/httpobjects-jetty-6/
implementation ("org.httpobjects.jetty:httpobjects-jetty-6:0.5.0")
'org.httpobjects.jetty:httpobjects-jetty-6:jar:0.5.0'
<dependency org="org.httpobjects.jetty" name="httpobjects-jetty-6" rev="0.5.0">
<artifact name="httpobjects-jetty-6" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.httpobjects.jetty', module='httpobjects-jetty-6', version='0.5.0')
)
libraryDependencies += "org.httpobjects.jetty" % "httpobjects-jetty-6" % "0.5.0"
[org.httpobjects.jetty/httpobjects-jetty-6 "0.5.0"]