Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdorg.codehaus.fabric3 |
ArtifactId | ArtifactIdfabric3-container-web-jetty |
Version | Version1.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.codehaus.fabric3/fabric3-container-web-jetty/ -->
<dependency>
<groupId>org.codehaus.fabric3</groupId>
<artifactId>fabric3-container-web-jetty</artifactId>
<version>1.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.fabric3/fabric3-container-web-jetty/
implementation 'org.codehaus.fabric3:fabric3-container-web-jetty:1.9'
// https://jarcasting.com/artifacts/org.codehaus.fabric3/fabric3-container-web-jetty/
implementation ("org.codehaus.fabric3:fabric3-container-web-jetty:1.9")
'org.codehaus.fabric3:fabric3-container-web-jetty:jar:1.9'
<dependency org="org.codehaus.fabric3" name="fabric3-container-web-jetty" rev="1.9">
<artifact name="fabric3-container-web-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.fabric3', module='fabric3-container-web-jetty', version='1.9')
)
libraryDependencies += "org.codehaus.fabric3" % "fabric3-container-web-jetty" % "1.9"
[org.codehaus.fabric3/fabric3-container-web-jetty "1.9"]