GroupId | GroupIdcom.github.dgrandemange |
---|---|
ArtifactId | ArtifactIdtxnmgr-workflow-commons |
Version | Version2.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.dgrandemange/txnmgr-workflow-commons/ -->
<dependency>
<groupId>com.github.dgrandemange</groupId>
<artifactId>txnmgr-workflow-commons</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dgrandemange/txnmgr-workflow-commons/
implementation 'com.github.dgrandemange:txnmgr-workflow-commons:2.0.0'
// https://jarcasting.com/artifacts/com.github.dgrandemange/txnmgr-workflow-commons/
implementation ("com.github.dgrandemange:txnmgr-workflow-commons:2.0.0")
'com.github.dgrandemange:txnmgr-workflow-commons:jar:2.0.0'
<dependency org="com.github.dgrandemange" name="txnmgr-workflow-commons" rev="2.0.0">
<artifact name="txnmgr-workflow-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dgrandemange', module='txnmgr-workflow-commons', version='2.0.0')
)
libraryDependencies += "com.github.dgrandemange" % "txnmgr-workflow-commons" % "2.0.0"
[com.github.dgrandemange/txnmgr-workflow-commons "2.0.0"]