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