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