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