License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers |
GroupId | GroupIdnl.vpro.magnolia |
ArtifactId | ArtifactIdmagnolia-jetty |
Version | Version1.6 |
Type | Typejar |
Description |
Descriptionjetty class loader for magnolia
A class loader to use with jetty:run
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
magnolia-jetty-1.6.pom | |
magnolia-jetty-1.6.jar | 10 KB |
magnolia-jetty-1.6-sources.jar | 5 KB |
magnolia-jetty-1.6-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nl.vpro.magnolia/magnolia-jetty/ -->
<dependency>
<groupId>nl.vpro.magnolia</groupId>
<artifactId>magnolia-jetty</artifactId>
<version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/nl.vpro.magnolia/magnolia-jetty/
implementation 'nl.vpro.magnolia:magnolia-jetty:1.6'
// https://jarcasting.com/artifacts/nl.vpro.magnolia/magnolia-jetty/
implementation ("nl.vpro.magnolia:magnolia-jetty:1.6")
'nl.vpro.magnolia:magnolia-jetty:jar:1.6'
<dependency org="nl.vpro.magnolia" name="magnolia-jetty" rev="1.6">
<artifact name="magnolia-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.vpro.magnolia', module='magnolia-jetty', version='1.6')
)
libraryDependencies += "nl.vpro.magnolia" % "magnolia-jetty" % "1.6"
[nl.vpro.magnolia/magnolia-jetty "1.6"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.32 |
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jetty : jetty-webapp | jar | 9.4.44.v20210927 |