| Categories | 
                CategoriesJetty Container Application Servers CLI User Interface | 
        
|---|---|
| GroupId | GroupIdorg.eclipse.jetty.tests | 
    
| ArtifactId | ArtifactIdtest-sessions-common | 
    
| Version | Version8.1.12.v20130726 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty.tests/test-sessions-common/ -->
<dependency>
    <groupId>org.eclipse.jetty.tests</groupId>
    <artifactId>test-sessions-common</artifactId>
    <version>8.1.12.v20130726</version>
</dependency>
                // https://jarcasting.com/artifacts/org.eclipse.jetty.tests/test-sessions-common/
implementation 'org.eclipse.jetty.tests:test-sessions-common:8.1.12.v20130726'
                // https://jarcasting.com/artifacts/org.eclipse.jetty.tests/test-sessions-common/
implementation ("org.eclipse.jetty.tests:test-sessions-common:8.1.12.v20130726")
                'org.eclipse.jetty.tests:test-sessions-common:jar:8.1.12.v20130726'
                <dependency org="org.eclipse.jetty.tests" name="test-sessions-common" rev="8.1.12.v20130726">
  <artifact name="test-sessions-common" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.eclipse.jetty.tests', module='test-sessions-common', version='8.1.12.v20130726')
)
                libraryDependencies += "org.eclipse.jetty.tests" % "test-sessions-common" % "8.1.12.v20130726"
                [org.eclipse.jetty.tests/test-sessions-common "8.1.12.v20130726"]