| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.occurrent |
| Идентификатор | Идентификаторmodule-dsl |
| Версия | Версия0.11.0 |
| Тип | Типpom |
| Описание |
ОписаниеEvent Sourcing Utilities for the JVM based on the CloudEvents specification
|
| Имя Файла | Размер |
|---|---|
| module-dsl-0.11.0.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.occurrent/module-dsl/ -->
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>module-dsl</artifactId>
<version>0.11.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.occurrent/module-dsl/
implementation 'org.occurrent:module-dsl:0.11.0'
// https://jarcasting.com/artifacts/org.occurrent/module-dsl/
implementation ("org.occurrent:module-dsl:0.11.0")
'org.occurrent:module-dsl:pom:0.11.0'
<dependency org="org.occurrent" name="module-dsl" rev="0.11.0">
<artifact name="module-dsl" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.occurrent', module='module-dsl', version='0.11.0')
)
libraryDependencies += "org.occurrent" % "module-dsl" % "0.11.0"
[org.occurrent/module-dsl "0.11.0"]