Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdcom.palominolabs.http |
ArtifactId | ArtifactIdjetty-http-server-wrapper |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.palominolabs.http/jetty-http-server-wrapper/ -->
<dependency>
<groupId>com.palominolabs.http</groupId>
<artifactId>jetty-http-server-wrapper</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.palominolabs.http/jetty-http-server-wrapper/
implementation 'com.palominolabs.http:jetty-http-server-wrapper:1.0.0'
// https://jarcasting.com/artifacts/com.palominolabs.http/jetty-http-server-wrapper/
implementation ("com.palominolabs.http:jetty-http-server-wrapper:1.0.0")
'com.palominolabs.http:jetty-http-server-wrapper:jar:1.0.0'
<dependency org="com.palominolabs.http" name="jetty-http-server-wrapper" rev="1.0.0">
<artifact name="jetty-http-server-wrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.palominolabs.http', module='jetty-http-server-wrapper', version='1.0.0')
)
libraryDependencies += "com.palominolabs.http" % "jetty-http-server-wrapper" % "1.0.0"
[com.palominolabs.http/jetty-http-server-wrapper "1.0.0"]