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