Categories |
CategoriesAkka Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdcom.github.PuspenduBanerjee |
ArtifactId | ArtifactIdakka-springctx-camel |
Version | Version0.0.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.PuspenduBanerjee/akka-springctx-camel/ -->
<dependency>
<groupId>com.github.PuspenduBanerjee</groupId>
<artifactId>akka-springctx-camel</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.PuspenduBanerjee/akka-springctx-camel/
implementation 'com.github.PuspenduBanerjee:akka-springctx-camel:0.0.6'
// https://jarcasting.com/artifacts/com.github.PuspenduBanerjee/akka-springctx-camel/
implementation ("com.github.PuspenduBanerjee:akka-springctx-camel:0.0.6")
'com.github.PuspenduBanerjee:akka-springctx-camel:jar:0.0.6'
<dependency org="com.github.PuspenduBanerjee" name="akka-springctx-camel" rev="0.0.6">
<artifact name="akka-springctx-camel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.PuspenduBanerjee', module='akka-springctx-camel', version='0.0.6')
)
libraryDependencies += "com.github.PuspenduBanerjee" % "akka-springctx-camel" % "0.0.6"
[com.github.PuspenduBanerjee/akka-springctx-camel "0.0.6"]