| Категории |
КатегорииJetty Контейнер Application Servers |
|---|---|
| Группа | Группаcom.github.youyinnn |
| Идентификатор | Идентификаторyou-quick-jetty |
| Версия | Версия1.0 |
| Тип | Типwar |
| Имя Файла | Размер |
|---|---|
| you-quick-jetty-1.0.pom | |
| you-quick-jetty-1.0.war | 2 MB |
| you-quick-jetty-1.0-sources.jar | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.youyinnn/you-quick-jetty/ -->
<dependency>
<groupId>com.github.youyinnn</groupId>
<artifactId>you-quick-jetty</artifactId>
<version>1.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.youyinnn/you-quick-jetty/
implementation 'com.github.youyinnn:you-quick-jetty:1.0'
// https://jarcasting.com/artifacts/com.github.youyinnn/you-quick-jetty/
implementation ("com.github.youyinnn:you-quick-jetty:1.0")
'com.github.youyinnn:you-quick-jetty:war:1.0'
<dependency org="com.github.youyinnn" name="you-quick-jetty" rev="1.0">
<artifact name="you-quick-jetty" type="war" />
</dependency>
@Grapes(
@Grab(group='com.github.youyinnn', module='you-quick-jetty', version='1.0')
)
libraryDependencies += "com.github.youyinnn" % "you-quick-jetty" % "1.0"
[com.github.youyinnn/you-quick-jetty "1.0"]