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