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