GroupId | GroupIdcom.fasterxml.transistore |
---|---|
ArtifactId | ArtifactIdtransistore-commands |
Version | Version0.9.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.fasterxml.transistore/transistore-commands/ -->
<dependency>
<groupId>com.fasterxml.transistore</groupId>
<artifactId>transistore-commands</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.fasterxml.transistore/transistore-commands/
implementation 'com.fasterxml.transistore:transistore-commands:0.9.0'
// https://jarcasting.com/artifacts/com.fasterxml.transistore/transistore-commands/
implementation ("com.fasterxml.transistore:transistore-commands:0.9.0")
'com.fasterxml.transistore:transistore-commands:jar:0.9.0'
<dependency org="com.fasterxml.transistore" name="transistore-commands" rev="0.9.0">
<artifact name="transistore-commands" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fasterxml.transistore', module='transistore-commands', version='0.9.0')
)
libraryDependencies += "com.fasterxml.transistore" % "transistore-commands" % "0.9.0"
[com.fasterxml.transistore/transistore-commands "0.9.0"]