Categories |
CategoriesJetty Container Application Servers CLI User Interface Logging Application Layer Libs |
---|---|
GroupId | GroupIdorg.eclipse.jetty.tests |
ArtifactId | ArtifactIdtest-webapp-logging-log4j |
Version | Version7.0.0.RC0 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty.tests/test-webapp-logging-log4j/ -->
<dependency>
<groupId>org.eclipse.jetty.tests</groupId>
<artifactId>test-webapp-logging-log4j</artifactId>
<version>7.0.0.RC0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty.tests/test-webapp-logging-log4j/
implementation 'org.eclipse.jetty.tests:test-webapp-logging-log4j:7.0.0.RC0'
// https://jarcasting.com/artifacts/org.eclipse.jetty.tests/test-webapp-logging-log4j/
implementation ("org.eclipse.jetty.tests:test-webapp-logging-log4j:7.0.0.RC0")
'org.eclipse.jetty.tests:test-webapp-logging-log4j:war:7.0.0.RC0'
<dependency org="org.eclipse.jetty.tests" name="test-webapp-logging-log4j" rev="7.0.0.RC0">
<artifact name="test-webapp-logging-log4j" type="war" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty.tests', module='test-webapp-logging-log4j', version='7.0.0.RC0')
)
libraryDependencies += "org.eclipse.jetty.tests" % "test-webapp-logging-log4j" % "7.0.0.RC0"
[org.eclipse.jetty.tests/test-webapp-logging-log4j "7.0.0.RC0"]