Categories |
CategoriesUndertow Net Networking |
---|---|
GroupId | GroupIdvip.justlive |
ArtifactId | ArtifactIdoxygen-web-undertow |
Version | Version2.1.13.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/vip.justlive/oxygen-web-undertow/ -->
<dependency>
<groupId>vip.justlive</groupId>
<artifactId>oxygen-web-undertow</artifactId>
<version>2.1.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/vip.justlive/oxygen-web-undertow/
implementation 'vip.justlive:oxygen-web-undertow:2.1.13.0'
// https://jarcasting.com/artifacts/vip.justlive/oxygen-web-undertow/
implementation ("vip.justlive:oxygen-web-undertow:2.1.13.0")
'vip.justlive:oxygen-web-undertow:jar:2.1.13.0'
<dependency org="vip.justlive" name="oxygen-web-undertow" rev="2.1.13.0">
<artifact name="oxygen-web-undertow" type="jar" />
</dependency>
@Grapes(
@Grab(group='vip.justlive', module='oxygen-web-undertow', version='2.1.13.0')
)
libraryDependencies += "vip.justlive" % "oxygen-web-undertow" % "2.1.13.0"
[vip.justlive/oxygen-web-undertow "2.1.13.0"]