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