| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesJetty Container Application Servers CLI User Interface | 
        
| GroupId | GroupIdorg.eclipse.jetty.tests | 
    
| ArtifactId | ArtifactIdtest-sessions-common | 
    
| Version | Version9.4.5.v20180619 | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionJetty Tests :: Sessions :: Common 
            The Eclipse Jetty Project 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty.tests/test-sessions-common/ -->
<dependency>
    <groupId>org.eclipse.jetty.tests</groupId>
    <artifactId>test-sessions-common</artifactId>
    <version>9.4.5.v20180619</version>
</dependency>
                // https://jarcasting.com/artifacts/org.eclipse.jetty.tests/test-sessions-common/
implementation 'org.eclipse.jetty.tests:test-sessions-common:9.4.5.v20180619'
                // https://jarcasting.com/artifacts/org.eclipse.jetty.tests/test-sessions-common/
implementation ("org.eclipse.jetty.tests:test-sessions-common:9.4.5.v20180619")
                'org.eclipse.jetty.tests:test-sessions-common:jar:9.4.5.v20180619'
                <dependency org="org.eclipse.jetty.tests" name="test-sessions-common" rev="9.4.5.v20180619">
  <artifact name="test-sessions-common" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.eclipse.jetty.tests', module='test-sessions-common', version='9.4.5.v20180619')
)
                libraryDependencies += "org.eclipse.jetty.tests" % "test-sessions-common" % "9.4.5.v20180619"
                [org.eclipse.jetty.tests/test-sessions-common "9.4.5.v20180619"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.eclipse.jetty : jetty-server | jar | 9.4.5.v20180619 | 
| org.eclipse.jetty : jetty-webapp | jar | 9.4.5.v20180619 | 
| org.eclipse.jetty : jetty-client | jar | 9.4.5.v20180619 | 
| org.eclipse.jetty.toolchain : jetty-test-helper | jar | 4.0 |