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