Categories |
CategoriesJetty Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.jetty.toolchain |
ArtifactId | ArtifactIdjetty-test-policy |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
jetty-test-policy-1.1.pom | |
jetty-test-policy-1.1.jar | 18 KB |
jetty-test-policy-1.1-sources.jar | 13 KB |
jetty-test-policy-1.1-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty.toolchain/jetty-test-policy/ -->
<dependency>
<groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-test-policy</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty.toolchain/jetty-test-policy/
implementation 'org.eclipse.jetty.toolchain:jetty-test-policy:1.1'
// https://jarcasting.com/artifacts/org.eclipse.jetty.toolchain/jetty-test-policy/
implementation ("org.eclipse.jetty.toolchain:jetty-test-policy:1.1")
'org.eclipse.jetty.toolchain:jetty-test-policy:jar:1.1'
<dependency org="org.eclipse.jetty.toolchain" name="jetty-test-policy" rev="1.1">
<artifact name="jetty-test-policy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty.toolchain', module='jetty-test-policy', version='1.1')
)
libraryDependencies += "org.eclipse.jetty.toolchain" % "jetty-test-policy" % "1.1"
[org.eclipse.jetty.toolchain/jetty-test-policy "1.1"]