Categories |
CategoriesJetty Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.jetty.tests |
ArtifactId | ArtifactIdtest-sessions-parent |
Version | Version9.4.0.v20161208 |
Type | Typepom |
Filename | Size |
---|---|
test-sessions-parent-9.4.0.v20161208.pom | 992 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty.tests/test-sessions-parent/ -->
<dependency>
<groupId>org.eclipse.jetty.tests</groupId>
<artifactId>test-sessions-parent</artifactId>
<version>9.4.0.v20161208</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty.tests/test-sessions-parent/
implementation 'org.eclipse.jetty.tests:test-sessions-parent:9.4.0.v20161208'
// https://jarcasting.com/artifacts/org.eclipse.jetty.tests/test-sessions-parent/
implementation ("org.eclipse.jetty.tests:test-sessions-parent:9.4.0.v20161208")
'org.eclipse.jetty.tests:test-sessions-parent:pom:9.4.0.v20161208'
<dependency org="org.eclipse.jetty.tests" name="test-sessions-parent" rev="9.4.0.v20161208">
<artifact name="test-sessions-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty.tests', module='test-sessions-parent', version='9.4.0.v20161208')
)
libraryDependencies += "org.eclipse.jetty.tests" % "test-sessions-parent" % "9.4.0.v20161208"
[org.eclipse.jetty.tests/test-sessions-parent "9.4.0.v20161208"]