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