is not current version
Last Version 9.4.15.v20181114

org.xworker:xworker_jetty 1.4.5

The jetty model liberary of XWorker.

Categories

Categories

Jetty Container Application Servers
GroupId

GroupId

org.xworker
ArtifactId

ArtifactId

xworker_jetty
Version

Version

1.4.5
Type

Type

jar

Download xworker_jetty 1.4.5


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