Categories |
CategoriesMessaging Application Layer Libs |
---|---|
GroupId | GroupIdio.codearte.accurest |
ArtifactId | ArtifactIdmessaging-camel |
Version | Version1.1.0-M5 |
Type | Typejar |
Filename | Size |
---|---|
messaging-camel-1.1.0-M5.pom | |
messaging-camel-1.1.0-M5.jar | 13 KB |
messaging-camel-1.1.0-M5-sources.jar | 3 KB |
messaging-camel-1.1.0-M5-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.codearte.accurest/messaging-camel/ -->
<dependency>
<groupId>io.codearte.accurest</groupId>
<artifactId>messaging-camel</artifactId>
<version>1.1.0-M5</version>
</dependency>
// https://jarcasting.com/artifacts/io.codearte.accurest/messaging-camel/
implementation 'io.codearte.accurest:messaging-camel:1.1.0-M5'
// https://jarcasting.com/artifacts/io.codearte.accurest/messaging-camel/
implementation ("io.codearte.accurest:messaging-camel:1.1.0-M5")
'io.codearte.accurest:messaging-camel:jar:1.1.0-M5'
<dependency org="io.codearte.accurest" name="messaging-camel" rev="1.1.0-M5">
<artifact name="messaging-camel" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.codearte.accurest', module='messaging-camel', version='1.1.0-M5')
)
libraryDependencies += "io.codearte.accurest" % "messaging-camel" % "1.1.0-M5"
[io.codearte.accurest/messaging-camel "1.1.0-M5"]