is not current version
Last Version 0.3.0

org.httpobjects.jetty:httpobjects-jetty 0.2.0


Categories

Categories

Jetty Container Application Servers
GroupId

GroupId

org.httpobjects.jetty
ArtifactId

ArtifactId

httpobjects-jetty
Version

Version

0.2.0
Type

Type

jar

Download httpobjects-jetty 0.2.0


<!-- https://jarcasting.com/artifacts/org.httpobjects.jetty/httpobjects-jetty/ -->
<dependency>
    <groupId>org.httpobjects.jetty</groupId>
    <artifactId>httpobjects-jetty</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.httpobjects.jetty/httpobjects-jetty/
implementation 'org.httpobjects.jetty:httpobjects-jetty:0.2.0'
// https://jarcasting.com/artifacts/org.httpobjects.jetty/httpobjects-jetty/
implementation ("org.httpobjects.jetty:httpobjects-jetty:0.2.0")
'org.httpobjects.jetty:httpobjects-jetty:jar:0.2.0'
<dependency org="org.httpobjects.jetty" name="httpobjects-jetty" rev="0.2.0">
  <artifact name="httpobjects-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.httpobjects.jetty', module='httpobjects-jetty', version='0.2.0')
)
libraryDependencies += "org.httpobjects.jetty" % "httpobjects-jetty" % "0.2.0"
[org.httpobjects.jetty/httpobjects-jetty "0.2.0"]