GroupId | GroupIdcom.gruelbox |
---|---|
ArtifactId | ArtifactIdtransactionoutbox-core |
Version | Version1.3.151 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.gruelbox/transactionoutbox-core/ -->
<dependency>
<groupId>com.gruelbox</groupId>
<artifactId>transactionoutbox-core</artifactId>
<version>1.3.151</version>
</dependency>
// https://jarcasting.com/artifacts/com.gruelbox/transactionoutbox-core/
implementation 'com.gruelbox:transactionoutbox-core:1.3.151'
// https://jarcasting.com/artifacts/com.gruelbox/transactionoutbox-core/
implementation ("com.gruelbox:transactionoutbox-core:1.3.151")
'com.gruelbox:transactionoutbox-core:jar:1.3.151'
<dependency org="com.gruelbox" name="transactionoutbox-core" rev="1.3.151">
<artifact name="transactionoutbox-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gruelbox', module='transactionoutbox-core', version='1.3.151')
)
libraryDependencies += "com.gruelbox" % "transactionoutbox-core" % "1.3.151"
[com.gruelbox/transactionoutbox-core "1.3.151"]