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