License |
License |
---|---|
Categories |
CategoriesAkka Container Microservices Reactive libraries |
GroupId | GroupIdcom.github.PuspenduBanerjee |
ArtifactId | ArtifactIdakka-springctx-camel |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionakka-springctx-camel
A library to bind akka with spring and any spring supported framework, as camel, cxf etc.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.PuspenduBanerjee/akka-springctx-camel/ -->
<dependency>
<groupId>com.github.PuspenduBanerjee</groupId>
<artifactId>akka-springctx-camel</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.PuspenduBanerjee/akka-springctx-camel/
implementation 'com.github.PuspenduBanerjee:akka-springctx-camel:1.0.0'
// https://jarcasting.com/artifacts/com.github.PuspenduBanerjee/akka-springctx-camel/
implementation ("com.github.PuspenduBanerjee:akka-springctx-camel:1.0.0")
'com.github.PuspenduBanerjee:akka-springctx-camel:jar:1.0.0'
<dependency org="com.github.PuspenduBanerjee" name="akka-springctx-camel" rev="1.0.0">
<artifact name="akka-springctx-camel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.PuspenduBanerjee', module='akka-springctx-camel', version='1.0.0')
)
libraryDependencies += "com.github.PuspenduBanerjee" % "akka-springctx-camel" % "1.0.0"
[com.github.PuspenduBanerjee/akka-springctx-camel "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.typesafe.akka : akka-actor_2.12 | jar | 2.5.25 |
com.typesafe.akka : akka-camel_2.12 | jar | 2.5.25 |
org.apache.camel : camel-core | jar | 2.24.0 |
org.apache.camel : camel-spring | jar | 2.24.0 |
org.scala-lang : scala-library | jar | 2.12.8 |
Group / Artifact | Type | Version |
---|---|---|
com.typesafe.akka : akka-cluster_2.12 | jar | 2.5.25 |
com.typesafe.akka : akka-slf4j_2.12 | jar | 2.5.25 |
ch.qos.logback : logback-classic | jar | 1.1.7 |
com.typesafe.akka : akka-testkit_2.12 | jar | 2.5.25 |
org.scalatest : scalatest_2.12 | jar | 3.0.6 |
javax.inject : javax.inject | jar | 1 |
org.pegdown : pegdown | jar | 1.6.0 |