Categories |
CategoriesNet Undertow Networking |
---|---|
GroupId | GroupIdnet.colesico.framework |
ArtifactId | ArtifactIdcolesico-undertow |
Version | Version1.6.0 |
Type | Typejar |
Filename | Size |
---|---|
colesico-undertow-1.6.0.pom | |
colesico-undertow-1.6.0.jar | 30 KB |
colesico-undertow-1.6.0-sources.jar | 17 KB |
colesico-undertow-1.6.0-javadoc.jar | 468 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.colesico.framework/colesico-undertow/ -->
<dependency>
<groupId>net.colesico.framework</groupId>
<artifactId>colesico-undertow</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.colesico.framework/colesico-undertow/
implementation 'net.colesico.framework:colesico-undertow:1.6.0'
// https://jarcasting.com/artifacts/net.colesico.framework/colesico-undertow/
implementation ("net.colesico.framework:colesico-undertow:1.6.0")
'net.colesico.framework:colesico-undertow:jar:1.6.0'
<dependency org="net.colesico.framework" name="colesico-undertow" rev="1.6.0">
<artifact name="colesico-undertow" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.colesico.framework', module='colesico-undertow', version='1.6.0')
)
libraryDependencies += "net.colesico.framework" % "colesico-undertow" % "1.6.0"
[net.colesico.framework/colesico-undertow "1.6.0"]