| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesJetty Container Application Servers | 
        
| GroupId | GroupIdorg.mortbay.jetty | 
    
| ArtifactId | ArtifactIdjetty-j2se6 | 
    
| Last Version | Last Version6.1.26 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionJetty :: J2SE6 Http Server 
            Parent pom for Jetty at Codehaus 
         | 
    
| Project Organization | 
                    Project OrganizationMort Bay Consulting | 
            
| Filename | Size | 
|---|---|
| jetty-j2se6-6.1.26.pom | |
| jetty-j2se6-6.1.26.jar | 14 KB | 
| jetty-j2se6-6.1.26-sources.jar | 9 KB | 
| jetty-j2se6-6.1.26-javadoc.jar | 46 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-j2se6/ -->
<dependency>
    <groupId>org.mortbay.jetty</groupId>
    <artifactId>jetty-j2se6</artifactId>
    <version>6.1.26</version>
</dependency>
                // https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-j2se6/
implementation 'org.mortbay.jetty:jetty-j2se6:6.1.26'
                // https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-j2se6/
implementation ("org.mortbay.jetty:jetty-j2se6:6.1.26")
                'org.mortbay.jetty:jetty-j2se6:jar:6.1.26'
                <dependency org="org.mortbay.jetty" name="jetty-j2se6" rev="6.1.26">
  <artifact name="jetty-j2se6" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.mortbay.jetty', module='jetty-j2se6', version='6.1.26')
)
                libraryDependencies += "org.mortbay.jetty" % "jetty-j2se6" % "6.1.26"
                [org.mortbay.jetty/jetty-j2se6 "6.1.26"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.mortbay.jetty : jetty | jar | 6.1.26 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 3.8.2 |