is not current version
Last Version 1.6.3

de.comhix.commons:jetty-base 1.5.2

Package with all needed dependencies for jetty-webapps.

Categories

Categories

Jetty Container Application Servers
GroupId

GroupId

de.comhix.commons
ArtifactId

ArtifactId

jetty-base
Version

Version

1.5.2
Type

Type

jar

Download jetty-base 1.5.2


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