Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdde.comhix.commons |
ArtifactId | ArtifactIdjetty-base |
Version | Version1.6.0 |
Type | Typejar |
Filename | Size |
---|---|
jetty-base-1.6.0.pom | |
jetty-base-1.6.0.jar | 8 KB |
jetty-base-1.6.0-sources.jar | 6 KB |
jetty-base-1.6.0-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.comhix.commons/jetty-base/ -->
<dependency>
<groupId>de.comhix.commons</groupId>
<artifactId>jetty-base</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.comhix.commons/jetty-base/
implementation 'de.comhix.commons:jetty-base:1.6.0'
// https://jarcasting.com/artifacts/de.comhix.commons/jetty-base/
implementation ("de.comhix.commons:jetty-base:1.6.0")
'de.comhix.commons:jetty-base:jar:1.6.0'
<dependency org="de.comhix.commons" name="jetty-base" rev="1.6.0">
<artifact name="jetty-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.comhix.commons', module='jetty-base', version='1.6.0')
)
libraryDependencies += "de.comhix.commons" % "jetty-base" % "1.6.0"
[de.comhix.commons/jetty-base "1.6.0"]