is not current version
Last Version 1.3

org.joyrest:joyrest-undertow 1.0


Categories

Categories

Undertow Net Networking
GroupId

GroupId

org.joyrest
ArtifactId

ArtifactId

joyrest-undertow
Version

Version

1.0
Type

Type

jar

Download joyrest-undertow 1.0


<!-- https://jarcasting.com/artifacts/org.joyrest/joyrest-undertow/ -->
<dependency>
    <groupId>org.joyrest</groupId>
    <artifactId>joyrest-undertow</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.joyrest/joyrest-undertow/
implementation 'org.joyrest:joyrest-undertow:1.0'
// https://jarcasting.com/artifacts/org.joyrest/joyrest-undertow/
implementation ("org.joyrest:joyrest-undertow:1.0")
'org.joyrest:joyrest-undertow:jar:1.0'
<dependency org="org.joyrest" name="joyrest-undertow" rev="1.0">
  <artifact name="joyrest-undertow" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.joyrest', module='joyrest-undertow', version='1.0')
)
libraryDependencies += "org.joyrest" % "joyrest-undertow" % "1.0"
[org.joyrest/joyrest-undertow "1.0"]