| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAxon Библиотеки уровня приложения Distributed Applications |
| Группа | Группаorg.axonframework.samples |
| Идентификатор | Идентификаторaxon-samples |
| Последняя версия | Последняя версия0.5 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеAxon Sample Projects
The Axon framework supports developers with the plumbing and wiring required to build a CQRS architecture, by
providing (abstract) implementations of common CQRS building blocks.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| axon-samples-0.5.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.axonframework.samples/axon-samples/ -->
<dependency>
<groupId>org.axonframework.samples</groupId>
<artifactId>axon-samples</artifactId>
<version>0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.axonframework.samples/axon-samples/
implementation 'org.axonframework.samples:axon-samples:0.5'
// https://jarcasting.com/artifacts/org.axonframework.samples/axon-samples/
implementation ("org.axonframework.samples:axon-samples:0.5")
'org.axonframework.samples:axon-samples:pom:0.5'
<dependency org="org.axonframework.samples" name="axon-samples" rev="0.5">
<artifact name="axon-samples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.axonframework.samples', module='axon-samples', version='0.5')
)
libraryDependencies += "org.axonframework.samples" % "axon-samples" % "0.5"
[org.axonframework.samples/axon-samples "0.5"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework : spring-test | jar | 3.0.2.RELEASE |
| junit : junit | jar | 4.7 |
| org.mockito : mockito-all | jar | 1.8.0 |