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