License |
License |
---|---|
Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection Axon Distributed Applications |
GroupId | GroupIdcom.google.code.axon-guice |
ArtifactId | ArtifactIdaxon-guice |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAxon-Guice Integration Module
Integration module between Axon framework and Google Guice
|
Project URL |
Project URL |
Filename | Size |
---|---|
axon-guice-1.0.0.pom | |
axon-guice-1.0.0.jar | 55 KB |
axon-guice-1.0.0-sources.jar | 49 KB |
axon-guice-1.0.0-javadoc.jar | 291 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.axon-guice/axon-guice/ -->
<dependency>
<groupId>com.google.code.axon-guice</groupId>
<artifactId>axon-guice</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.axon-guice/axon-guice/
implementation 'com.google.code.axon-guice:axon-guice:1.0.0'
// https://jarcasting.com/artifacts/com.google.code.axon-guice/axon-guice/
implementation ("com.google.code.axon-guice:axon-guice:1.0.0")
'com.google.code.axon-guice:axon-guice:jar:1.0.0'
<dependency org="com.google.code.axon-guice" name="axon-guice" rev="1.0.0">
<artifact name="axon-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.axon-guice', module='axon-guice', version='1.0.0')
)
libraryDependencies += "com.google.code.axon-guice" % "axon-guice" % "1.0.0"
[com.google.code.axon-guice/axon-guice "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.inject : guice | jar | 3.0 |
com.mycila : mycila-guice | jar | 2.10.ga |
com.google.guava : guava | jar | 13.0.1 |
com.google.code.findbugs : jsr305 | jar | 1.3.9 |
org.reflections : reflections | jar | 0.9.8 |
javax.validation : validation-api | jar | 1.0.0.GA |
org.slf4j : slf4j-api | jar | 1.7.2 |
Group / Artifact | Type | Version |
---|---|---|
org.axonframework : axon-core | jar | 2.0 |
org.axonframework : axon-test | jar | 2.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
ch.qos.logback : logback-classic | jar | 1.0.9 |
com.mycila.testing.plugins : mycila-testing-guice | jar | 2.9.ga |