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