Categories |
CategoriesUndertow Net Networking |
---|---|
GroupId | GroupIdio.mikesir87.javacors |
ArtifactId | ArtifactIdjavacors-undertow |
Version | Version1.0.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.mikesir87.javacors/javacors-undertow/ -->
<dependency>
<groupId>io.mikesir87.javacors</groupId>
<artifactId>javacors-undertow</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.mikesir87.javacors/javacors-undertow/
implementation 'io.mikesir87.javacors:javacors-undertow:1.0.4'
// https://jarcasting.com/artifacts/io.mikesir87.javacors/javacors-undertow/
implementation ("io.mikesir87.javacors:javacors-undertow:1.0.4")
'io.mikesir87.javacors:javacors-undertow:jar:1.0.4'
<dependency org="io.mikesir87.javacors" name="javacors-undertow" rev="1.0.4">
<artifact name="javacors-undertow" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.mikesir87.javacors', module='javacors-undertow', version='1.0.4')
)
libraryDependencies += "io.mikesir87.javacors" % "javacors-undertow" % "1.0.4"
[io.mikesir87.javacors/javacors-undertow "1.0.4"]