Categories |
CategoriesJetty Container Application Servers Pippo User Interface Web Frameworks |
---|---|
GroupId | GroupIdro.pippo |
ArtifactId | ArtifactIdpippo-jetty |
Version | Version1.8.0 |
Type | Typejar |
Filename | Size |
---|---|
pippo-jetty-1.8.0.pom | |
pippo-jetty-1.8.0.jar | 14 KB |
pippo-jetty-1.8.0-sources.jar | 8 KB |
pippo-jetty-1.8.0-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ro.pippo/pippo-jetty/ -->
<dependency>
<groupId>ro.pippo</groupId>
<artifactId>pippo-jetty</artifactId>
<version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/ro.pippo/pippo-jetty/
implementation 'ro.pippo:pippo-jetty:1.8.0'
// https://jarcasting.com/artifacts/ro.pippo/pippo-jetty/
implementation ("ro.pippo:pippo-jetty:1.8.0")
'ro.pippo:pippo-jetty:jar:1.8.0'
<dependency org="ro.pippo" name="pippo-jetty" rev="1.8.0">
<artifact name="pippo-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='ro.pippo', module='pippo-jetty', version='1.8.0')
)
libraryDependencies += "ro.pippo" % "pippo-jetty" % "1.8.0"
[ro.pippo/pippo-jetty "1.8.0"]