| Категории |
КатегорииJetty Контейнер Application Servers |
|---|---|
| Группа | Группаcom.github.waffle |
| Идентификатор | Идентификаторwaffle-jetty |
| Версия | Версия2.0.0-beta1 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.waffle/waffle-jetty/ -->
<dependency>
<groupId>com.github.waffle</groupId>
<artifactId>waffle-jetty</artifactId>
<version>2.0.0-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.waffle/waffle-jetty/
implementation 'com.github.waffle:waffle-jetty:2.0.0-beta1'
// https://jarcasting.com/artifacts/com.github.waffle/waffle-jetty/
implementation ("com.github.waffle:waffle-jetty:2.0.0-beta1")
'com.github.waffle:waffle-jetty:jar:2.0.0-beta1'
<dependency org="com.github.waffle" name="waffle-jetty" rev="2.0.0-beta1">
<artifact name="waffle-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.waffle', module='waffle-jetty', version='2.0.0-beta1')
)
libraryDependencies += "com.github.waffle" % "waffle-jetty" % "2.0.0-beta1"
[com.github.waffle/waffle-jetty "2.0.0-beta1"]