| GroupId | GroupIdcom.github.timurstrekalov |
|---|---|
| ArtifactId | ArtifactIdsaga-root |
| Version | Version1.3.2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| saga-root-1.3.2.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.timurstrekalov/saga-root/ -->
<dependency>
<groupId>com.github.timurstrekalov</groupId>
<artifactId>saga-root</artifactId>
<version>1.3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.timurstrekalov/saga-root/
implementation 'com.github.timurstrekalov:saga-root:1.3.2'
// https://jarcasting.com/artifacts/com.github.timurstrekalov/saga-root/
implementation ("com.github.timurstrekalov:saga-root:1.3.2")
'com.github.timurstrekalov:saga-root:pom:1.3.2'
<dependency org="com.github.timurstrekalov" name="saga-root" rev="1.3.2">
<artifact name="saga-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.timurstrekalov', module='saga-root', version='1.3.2')
)
libraryDependencies += "com.github.timurstrekalov" % "saga-root" % "1.3.2"
[com.github.timurstrekalov/saga-root "1.3.2"]