| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesJetty Container Application Servers CLI User Interface | 
        
| GroupId | GroupIdorg.eclipse.jetty | 
    
| ArtifactId | ArtifactIdexample-jetty-embedded | 
    
| Version | Version9.4.15.v20190215 | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionExample :: Jetty Embedded 
            Jetty Embedded Examples 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty/example-jetty-embedded/ -->
<dependency>
    <groupId>org.eclipse.jetty</groupId>
    <artifactId>example-jetty-embedded</artifactId>
    <version>9.4.15.v20190215</version>
</dependency>
                // https://jarcasting.com/artifacts/org.eclipse.jetty/example-jetty-embedded/
implementation 'org.eclipse.jetty:example-jetty-embedded:9.4.15.v20190215'
                // https://jarcasting.com/artifacts/org.eclipse.jetty/example-jetty-embedded/
implementation ("org.eclipse.jetty:example-jetty-embedded:9.4.15.v20190215")
                'org.eclipse.jetty:example-jetty-embedded:jar:9.4.15.v20190215'
                <dependency org="org.eclipse.jetty" name="example-jetty-embedded" rev="9.4.15.v20190215">
  <artifact name="example-jetty-embedded" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.eclipse.jetty', module='example-jetty-embedded', version='9.4.15.v20190215')
)
                libraryDependencies += "org.eclipse.jetty" % "example-jetty-embedded" % "9.4.15.v20190215"
                [org.eclipse.jetty/example-jetty-embedded "9.4.15.v20190215"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.eclipse.jetty : jetty-http | jar | 9.4.15.v20190215 | 
| org.junit.jupiter : junit-jupiter-engine | jar | 5.3.1 |