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