Categories |
CategoriesUndertow Net Networking Pippo User Interface Web Frameworks |
---|---|
GroupId | GroupIdro.pippo |
ArtifactId | ArtifactIdpippo-undertow |
Version | Version1.8.0 |
Type | Typejar |
Filename | Size |
---|---|
pippo-undertow-1.8.0.pom | |
pippo-undertow-1.8.0.jar | 16 KB |
pippo-undertow-1.8.0-sources.jar | 9 KB |
pippo-undertow-1.8.0-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ro.pippo/pippo-undertow/ -->
<dependency>
<groupId>ro.pippo</groupId>
<artifactId>pippo-undertow</artifactId>
<version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/ro.pippo/pippo-undertow/
implementation 'ro.pippo:pippo-undertow:1.8.0'
// https://jarcasting.com/artifacts/ro.pippo/pippo-undertow/
implementation ("ro.pippo:pippo-undertow:1.8.0")
'ro.pippo:pippo-undertow:jar:1.8.0'
<dependency org="ro.pippo" name="pippo-undertow" rev="1.8.0">
<artifact name="pippo-undertow" type="jar" />
</dependency>
@Grapes(
@Grab(group='ro.pippo', module='pippo-undertow', version='1.8.0')
)
libraryDependencies += "ro.pippo" % "pippo-undertow" % "1.8.0"
[ro.pippo/pippo-undertow "1.8.0"]