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