| License |
License |
|---|---|
| Categories |
CategoriesPippo User Interface Web Frameworks |
| GroupId | GroupIdro.pippo |
| ArtifactId | ArtifactIdpippo-core |
| Last Version | Last Version1.13.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPippo Core
Micro java web framework
|
| Filename | Size |
|---|---|
| pippo-core-1.13.1.pom | |
| pippo-core-1.13.1.jar | 211 KB |
| pippo-core-1.13.1-sources.jar | 168 KB |
| pippo-core-1.13.1-javadoc.jar | 655 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ro.pippo/pippo-core/ -->
<dependency>
<groupId>ro.pippo</groupId>
<artifactId>pippo-core</artifactId>
<version>1.13.1</version>
</dependency>
// https://jarcasting.com/artifacts/ro.pippo/pippo-core/
implementation 'ro.pippo:pippo-core:1.13.1'
// https://jarcasting.com/artifacts/ro.pippo/pippo-core/
implementation ("ro.pippo:pippo-core:1.13.1")
'ro.pippo:pippo-core:jar:1.13.1'
<dependency org="ro.pippo" name="pippo-core" rev="1.13.1">
<artifact name="pippo-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='ro.pippo', module='pippo-core', version='1.13.1')
)
libraryDependencies += "ro.pippo" % "pippo-core" % "1.13.1"
[ro.pippo/pippo-core "1.13.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13 |
| org.mockito : mockito-core | jar | 2.24.0 |