Categories |
CategoriesAkka Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdcom.github.PuspenduBanerjee |
ArtifactId | ArtifactIdakka-springctx-camel |
Version | Version0.0.5 |
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.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.PuspenduBanerjee/akka-springctx-camel/
implementation 'com.github.PuspenduBanerjee:akka-springctx-camel:0.0.5'
// https://jarcasting.com/artifacts/com.github.PuspenduBanerjee/akka-springctx-camel/
implementation ("com.github.PuspenduBanerjee:akka-springctx-camel:0.0.5")
'com.github.PuspenduBanerjee:akka-springctx-camel:jar:0.0.5'
<dependency org="com.github.PuspenduBanerjee" name="akka-springctx-camel" rev="0.0.5">
<artifact name="akka-springctx-camel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.PuspenduBanerjee', module='akka-springctx-camel', version='0.0.5')
)
libraryDependencies += "com.github.PuspenduBanerjee" % "akka-springctx-camel" % "0.0.5"
[com.github.PuspenduBanerjee/akka-springctx-camel "0.0.5"]