License |
License |
---|---|
Categories |
CategoriesPippo User Interface Web Frameworks |
GroupId | GroupIdro.fortsoft.pippo |
ArtifactId | ArtifactIdpippo |
Last Version | Last Version0.3.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionPippo
A module that provides dependencies to all core submodules needed to
run Pippo application. This way Maven users can depend only on this
module without bothering that Pippo core depends on several modules.
|
Filename | Size |
---|---|
pippo-0.3.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ro.fortsoft.pippo/pippo/ -->
<dependency>
<groupId>ro.fortsoft.pippo</groupId>
<artifactId>pippo</artifactId>
<version>0.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ro.fortsoft.pippo/pippo/
implementation 'ro.fortsoft.pippo:pippo:0.3.0'
// https://jarcasting.com/artifacts/ro.fortsoft.pippo/pippo/
implementation ("ro.fortsoft.pippo:pippo:0.3.0")
'ro.fortsoft.pippo:pippo:pom:0.3.0'
<dependency org="ro.fortsoft.pippo" name="pippo" rev="0.3.0">
<artifact name="pippo" type="pom" />
</dependency>
@Grapes(
@Grab(group='ro.fortsoft.pippo', module='pippo', version='0.3.0')
)
libraryDependencies += "ro.fortsoft.pippo" % "pippo" % "0.3.0"
[ro.fortsoft.pippo/pippo "0.3.0"]
Group / Artifact | Type | Version |
---|---|---|
ro.fortsoft.pippo : pippo-core | jar | 0.3.0 |
ro.fortsoft.pippo : pippo-jetty | jar | 0.3.0 |
ro.fortsoft.pippo : pippo-freemarker | jar | 0.3.0 |