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