Categories |
CategoriesWildFly Container Application Servers |
---|---|
GroupId | GroupIdorg.wildfly.camel |
ArtifactId | ArtifactIdwildfly-camel-patch |
Version | Version4.5.0.redhat-1 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/org.wildfly.camel/wildfly-camel-patch/ -->
<dependency>
<groupId>org.wildfly.camel</groupId>
<artifactId>wildfly-camel-patch</artifactId>
<version>4.5.0.redhat-1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.camel/wildfly-camel-patch/
implementation 'org.wildfly.camel:wildfly-camel-patch:4.5.0.redhat-1'
// https://jarcasting.com/artifacts/org.wildfly.camel/wildfly-camel-patch/
implementation ("org.wildfly.camel:wildfly-camel-patch:4.5.0.redhat-1")
'org.wildfly.camel:wildfly-camel-patch:pom:4.5.0.redhat-1'
<dependency org="org.wildfly.camel" name="wildfly-camel-patch" rev="4.5.0.redhat-1">
<artifact name="wildfly-camel-patch" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.camel', module='wildfly-camel-patch', version='4.5.0.redhat-1')
)
libraryDependencies += "org.wildfly.camel" % "wildfly-camel-patch" % "4.5.0.redhat-1"
[org.wildfly.camel/wildfly-camel-patch "4.5.0.redhat-1"]