Categories |
CategoriesAxon Application Layer Libs Distributed Applications |
---|---|
GroupId | GroupIdcom.scalified |
ArtifactId | ArtifactIdaxonframework-cdi |
Version | Version4.2.2-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.scalified/axonframework-cdi/ -->
<dependency>
<groupId>com.scalified</groupId>
<artifactId>axonframework-cdi</artifactId>
<version>4.2.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.scalified/axonframework-cdi/
implementation 'com.scalified:axonframework-cdi:4.2.2-RELEASE'
// https://jarcasting.com/artifacts/com.scalified/axonframework-cdi/
implementation ("com.scalified:axonframework-cdi:4.2.2-RELEASE")
'com.scalified:axonframework-cdi:jar:4.2.2-RELEASE'
<dependency org="com.scalified" name="axonframework-cdi" rev="4.2.2-RELEASE">
<artifact name="axonframework-cdi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.scalified', module='axonframework-cdi', version='4.2.2-RELEASE')
)
libraryDependencies += "com.scalified" % "axonframework-cdi" % "4.2.2-RELEASE"
[com.scalified/axonframework-cdi "4.2.2-RELEASE"]