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