Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdorg.safehaus.jettyjam |
ArtifactId | ArtifactIdjettyjam-parent |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
jettyjam-parent-1.0.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.safehaus.jettyjam/jettyjam-parent/ -->
<dependency>
<groupId>org.safehaus.jettyjam</groupId>
<artifactId>jettyjam-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.safehaus.jettyjam/jettyjam-parent/
implementation 'org.safehaus.jettyjam:jettyjam-parent:1.0.0'
// https://jarcasting.com/artifacts/org.safehaus.jettyjam/jettyjam-parent/
implementation ("org.safehaus.jettyjam:jettyjam-parent:1.0.0")
'org.safehaus.jettyjam:jettyjam-parent:pom:1.0.0'
<dependency org="org.safehaus.jettyjam" name="jettyjam-parent" rev="1.0.0">
<artifact name="jettyjam-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.safehaus.jettyjam', module='jettyjam-parent', version='1.0.0')
)
libraryDependencies += "org.safehaus.jettyjam" % "jettyjam-parent" % "1.0.0"
[org.safehaus.jettyjam/jettyjam-parent "1.0.0"]