| License |
License |
|---|---|
| Categories |
CategoriesJetty Container Application Servers |
| GroupId | GroupIdorg.apithefire |
| ArtifactId | ArtifactIdapithefire-server-jetty |
| Version | Version0.1.0 |
| Type | Typejar |
| Description |
Descriptionapithefire-server-jetty
Jetty server integration.
|
<!-- https://jarcasting.com/artifacts/org.apithefire/apithefire-server-jetty/ -->
<dependency>
<groupId>org.apithefire</groupId>
<artifactId>apithefire-server-jetty</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apithefire/apithefire-server-jetty/
implementation 'org.apithefire:apithefire-server-jetty:0.1.0'
// https://jarcasting.com/artifacts/org.apithefire/apithefire-server-jetty/
implementation ("org.apithefire:apithefire-server-jetty:0.1.0")
'org.apithefire:apithefire-server-jetty:jar:0.1.0'
<dependency org="org.apithefire" name="apithefire-server-jetty" rev="0.1.0">
<artifact name="apithefire-server-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apithefire', module='apithefire-server-jetty', version='0.1.0')
)
libraryDependencies += "org.apithefire" % "apithefire-server-jetty" % "0.1.0"
[org.apithefire/apithefire-server-jetty "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apithefire : apithefire-util | jar | 0.1.0 |
| org.apithefire : apithefire-server | jar | 0.1.0 |
| org.mortbay.jetty : jetty-embedded | jar | 6.1.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apithefire : apithefire-test | jar | 0.1.0 |