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