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