Categories |
CategoriesUndertow Net Networking Ninja User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.fizzed |
ArtifactId | ArtifactIdninja-undertow |
Version | Version5.3.1.undertow2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.fizzed/ninja-undertow/ -->
<dependency>
<groupId>com.fizzed</groupId>
<artifactId>ninja-undertow</artifactId>
<version>5.3.1.undertow2</version>
</dependency>
// https://jarcasting.com/artifacts/com.fizzed/ninja-undertow/
implementation 'com.fizzed:ninja-undertow:5.3.1.undertow2'
// https://jarcasting.com/artifacts/com.fizzed/ninja-undertow/
implementation ("com.fizzed:ninja-undertow:5.3.1.undertow2")
'com.fizzed:ninja-undertow:jar:5.3.1.undertow2'
<dependency org="com.fizzed" name="ninja-undertow" rev="5.3.1.undertow2">
<artifact name="ninja-undertow" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fizzed', module='ninja-undertow', version='5.3.1.undertow2')
)
libraryDependencies += "com.fizzed" % "ninja-undertow" % "5.3.1.undertow2"
[com.fizzed/ninja-undertow "5.3.1.undertow2"]