не последняя версия
Последняя версия 4.7.1

org.smallmind:web-jetty 3.6.0

Jetty Bootstrapping

Категории

Категории

Jetty Контейнер Application Servers
Группа

Группа

org.smallmind
Идентификатор

Идентификатор

web-jetty
Версия

Версия

3.6.0
Тип

Тип

jar

Скачать web-jetty 3.6.0


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