is not current version
Last Version 10.5.1

uk.org.retep.microkernel.web:jetty 10.5


Categories

Categories

Jetty Container Application Servers
GroupId

GroupId

uk.org.retep.microkernel.web
ArtifactId

ArtifactId

jetty
Version

Version

10.5
Type

Type

jar

Download jetty 10.5


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