is not current version
Last Version 2.1.5

org.safehaus.jettyjam:jettyjam-parent 1.0.1

Embedded Jetty as executable jar files

Categories

Categories

Jetty Container Application Servers
GroupId

GroupId

org.safehaus.jettyjam
ArtifactId

ArtifactId

jettyjam-parent
Version

Version

1.0.1
Type

Type

pom

Download jettyjam-parent 1.0.1


<!-- https://jarcasting.com/artifacts/org.safehaus.jettyjam/jettyjam-parent/ -->
<dependency>
    <groupId>org.safehaus.jettyjam</groupId>
    <artifactId>jettyjam-parent</artifactId>
    <version>1.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.safehaus.jettyjam/jettyjam-parent/
implementation 'org.safehaus.jettyjam:jettyjam-parent:1.0.1'
// https://jarcasting.com/artifacts/org.safehaus.jettyjam/jettyjam-parent/
implementation ("org.safehaus.jettyjam:jettyjam-parent:1.0.1")
'org.safehaus.jettyjam:jettyjam-parent:pom:1.0.1'
<dependency org="org.safehaus.jettyjam" name="jettyjam-parent" rev="1.0.1">
  <artifact name="jettyjam-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.safehaus.jettyjam', module='jettyjam-parent', version='1.0.1')
)
libraryDependencies += "org.safehaus.jettyjam" % "jettyjam-parent" % "1.0.1"
[org.safehaus.jettyjam/jettyjam-parent "1.0.1"]