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