Categories |
CategoriesJetty Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.jetty |
ArtifactId | ArtifactIdjetty-io |
Version | Version8.0.0.M2 |
Type | Typejar |
Filename | Size |
---|---|
jetty-io-8.0.0.M2.pom | |
jetty-io-8.0.0.M2.jar | 79 KB |
jetty-io-8.0.0.M2-sources.jar | 57 KB |
jetty-io-8.0.0.M2-javadoc.jar | 251 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-io/ -->
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-io</artifactId>
<version>8.0.0.M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-io/
implementation 'org.eclipse.jetty:jetty-io:8.0.0.M2'
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-io/
implementation ("org.eclipse.jetty:jetty-io:8.0.0.M2")
'org.eclipse.jetty:jetty-io:jar:8.0.0.M2'
<dependency org="org.eclipse.jetty" name="jetty-io" rev="8.0.0.M2">
<artifact name="jetty-io" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty', module='jetty-io', version='8.0.0.M2')
)
libraryDependencies += "org.eclipse.jetty" % "jetty-io" % "8.0.0.M2"
[org.eclipse.jetty/jetty-io "8.0.0.M2"]