Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdcom.ning.jetty |
ArtifactId | ArtifactIdning-service-skeleton-log4j |
Version | Version0.1.6 |
Type | Typejar |
<!-- 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.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.ning.jetty/ning-service-skeleton-log4j/
implementation 'com.ning.jetty:ning-service-skeleton-log4j:0.1.6'
// https://jarcasting.com/artifacts/com.ning.jetty/ning-service-skeleton-log4j/
implementation ("com.ning.jetty:ning-service-skeleton-log4j:0.1.6")
'com.ning.jetty:ning-service-skeleton-log4j:jar:0.1.6'
<dependency org="com.ning.jetty" name="ning-service-skeleton-log4j" rev="0.1.6">
<artifact name="ning-service-skeleton-log4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ning.jetty', module='ning-service-skeleton-log4j', version='0.1.6')
)
libraryDependencies += "com.ning.jetty" % "ning-service-skeleton-log4j" % "0.1.6"
[com.ning.jetty/ning-service-skeleton-log4j "0.1.6"]