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