is not current version
Last Version 2.0.1

org.codehaus.fabric3:fabric3-jetty 0.1

Fabric3 HTTP Transport based on Jetty

Categories

Categories

Jetty Container Application Servers
GroupId

GroupId

org.codehaus.fabric3
ArtifactId

ArtifactId

fabric3-jetty
Version

Version

0.1
Type

Type

jar

Download fabric3-jetty 0.1


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