Categories |
CategoriesJetty Container Application Servers GWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.mortbay.jetty |
ArtifactId | ArtifactIdjetty-gwt |
Version | Version6.1.2pre0 |
Type | Typejar |
Filename | Size |
---|---|
jetty-gwt-6.1.2pre0.pom | |
jetty-gwt-6.1.2pre0.jar | 11 KB |
jetty-gwt-6.1.2pre0-sources.jar | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-gwt/ -->
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-gwt</artifactId>
<version>6.1.2pre0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-gwt/
implementation 'org.mortbay.jetty:jetty-gwt:6.1.2pre0'
// https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-gwt/
implementation ("org.mortbay.jetty:jetty-gwt:6.1.2pre0")
'org.mortbay.jetty:jetty-gwt:jar:6.1.2pre0'
<dependency org="org.mortbay.jetty" name="jetty-gwt" rev="6.1.2pre0">
<artifact name="jetty-gwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty', module='jetty-gwt', version='6.1.2pre0')
)
libraryDependencies += "org.mortbay.jetty" % "jetty-gwt" % "6.1.2pre0"
[org.mortbay.jetty/jetty-gwt "6.1.2pre0"]