Categories |
CategoriesUndertow Net Networking |
---|---|
GroupId | GroupIdorg.spincast |
ArtifactId | ArtifactIdspincast-plugins-undertow |
Version | Version0.9.37 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.spincast/spincast-plugins-undertow/ -->
<dependency>
<groupId>org.spincast</groupId>
<artifactId>spincast-plugins-undertow</artifactId>
<version>0.9.37</version>
</dependency>
// https://jarcasting.com/artifacts/org.spincast/spincast-plugins-undertow/
implementation 'org.spincast:spincast-plugins-undertow:0.9.37'
// https://jarcasting.com/artifacts/org.spincast/spincast-plugins-undertow/
implementation ("org.spincast:spincast-plugins-undertow:0.9.37")
'org.spincast:spincast-plugins-undertow:jar:0.9.37'
<dependency org="org.spincast" name="spincast-plugins-undertow" rev="0.9.37">
<artifact name="spincast-plugins-undertow" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.spincast', module='spincast-plugins-undertow', version='0.9.37')
)
libraryDependencies += "org.spincast" % "spincast-plugins-undertow" % "0.9.37"
[org.spincast/spincast-plugins-undertow "0.9.37"]