| Категории |
КатегорииJackson Данные JSON |
|---|---|
| Группа | Группаorg.moduliths |
| Идентификатор | Идентификаторmoduliths-events-jackson |
| Версия | Версия1.2.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.moduliths/moduliths-events-jackson/ -->
<dependency>
<groupId>org.moduliths</groupId>
<artifactId>moduliths-events-jackson</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.moduliths/moduliths-events-jackson/
implementation 'org.moduliths:moduliths-events-jackson:1.2.0'
// https://jarcasting.com/artifacts/org.moduliths/moduliths-events-jackson/
implementation ("org.moduliths:moduliths-events-jackson:1.2.0")
'org.moduliths:moduliths-events-jackson:jar:1.2.0'
<dependency org="org.moduliths" name="moduliths-events-jackson" rev="1.2.0">
<artifact name="moduliths-events-jackson" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.moduliths', module='moduliths-events-jackson', version='1.2.0')
)
libraryDependencies += "org.moduliths" % "moduliths-events-jackson" % "1.2.0"
[org.moduliths/moduliths-events-jackson "1.2.0"]