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