Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdorg.mortbay.jetty |
ArtifactId | ArtifactIdjetty-ssl |
Version | Version7.0.0pre2 |
Type | Typejar |
Filename | Size |
---|---|
jetty-ssl-7.0.0pre2.pom | |
jetty-ssl-7.0.0pre2.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-ssl/ -->
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-ssl</artifactId>
<version>7.0.0pre2</version>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-ssl/
implementation 'org.mortbay.jetty:jetty-ssl:7.0.0pre2'
// https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-ssl/
implementation ("org.mortbay.jetty:jetty-ssl:7.0.0pre2")
'org.mortbay.jetty:jetty-ssl:jar:7.0.0pre2'
<dependency org="org.mortbay.jetty" name="jetty-ssl" rev="7.0.0pre2">
<artifact name="jetty-ssl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty', module='jetty-ssl', version='7.0.0pre2')
)
libraryDependencies += "org.mortbay.jetty" % "jetty-ssl" % "7.0.0pre2"
[org.mortbay.jetty/jetty-ssl "7.0.0pre2"]