Categories |
CategoriesWildFly Container Application Servers Undertow Net Networking |
---|---|
GroupId | GroupIdorg.wildfly.camel |
ArtifactId | ArtifactIdwildfly-camel-subsystem-undertow |
Version | Version4.3.0.redhat-1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wildfly.camel/wildfly-camel-subsystem-undertow/ -->
<dependency>
<groupId>org.wildfly.camel</groupId>
<artifactId>wildfly-camel-subsystem-undertow</artifactId>
<version>4.3.0.redhat-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.camel/wildfly-camel-subsystem-undertow/
implementation 'org.wildfly.camel:wildfly-camel-subsystem-undertow:4.3.0.redhat-1'
// https://jarcasting.com/artifacts/org.wildfly.camel/wildfly-camel-subsystem-undertow/
implementation ("org.wildfly.camel:wildfly-camel-subsystem-undertow:4.3.0.redhat-1")
'org.wildfly.camel:wildfly-camel-subsystem-undertow:jar:4.3.0.redhat-1'
<dependency org="org.wildfly.camel" name="wildfly-camel-subsystem-undertow" rev="4.3.0.redhat-1">
<artifact name="wildfly-camel-subsystem-undertow" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.camel', module='wildfly-camel-subsystem-undertow', version='4.3.0.redhat-1')
)
libraryDependencies += "org.wildfly.camel" % "wildfly-camel-subsystem-undertow" % "4.3.0.redhat-1"
[org.wildfly.camel/wildfly-camel-subsystem-undertow "4.3.0.redhat-1"]