| License | License | 
|---|---|
| Categories | CategoriesJetty Container Application Servers | 
| GroupId | GroupIdorg.testatoo.container | 
| ArtifactId | ArtifactIdtestatoo-container-jetty | 
| Last Version | Last Version1.1.ga | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptiontestatoo-container-jetty Testatoo Jetty Container | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/org.testatoo.container/testatoo-container-jetty/ -->
<dependency>
    <groupId>org.testatoo.container</groupId>
    <artifactId>testatoo-container-jetty</artifactId>
    <version>1.1.ga</version>
</dependency>// https://jarcasting.com/artifacts/org.testatoo.container/testatoo-container-jetty/
implementation 'org.testatoo.container:testatoo-container-jetty:1.1.ga'// https://jarcasting.com/artifacts/org.testatoo.container/testatoo-container-jetty/
implementation ("org.testatoo.container:testatoo-container-jetty:1.1.ga")'org.testatoo.container:testatoo-container-jetty:jar:1.1.ga'<dependency org="org.testatoo.container" name="testatoo-container-jetty" rev="1.1.ga">
  <artifact name="testatoo-container-jetty" type="jar" />
</dependency>@Grapes(
@Grab(group='org.testatoo.container', module='testatoo-container-jetty', version='1.1.ga')
)libraryDependencies += "org.testatoo.container" % "testatoo-container-jetty" % "1.1.ga"[org.testatoo.container/testatoo-container-jetty "1.1.ga"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.testatoo.container : testatoo-container-core | jar | 1.1.ga | 
| org.eclipse.jetty.aggregate : jetty-all | jar | 8.1.0.RC4 |