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