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