GroupId | GroupIdio.hotmoka |
---|---|
ArtifactId | ArtifactIdio-hotmoka-tendermint-abci |
Version | Version1.0.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.hotmoka/io-hotmoka-tendermint-abci/ -->
<dependency>
<groupId>io.hotmoka</groupId>
<artifactId>io-hotmoka-tendermint-abci</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.hotmoka/io-hotmoka-tendermint-abci/
implementation 'io.hotmoka:io-hotmoka-tendermint-abci:1.0.4'
// https://jarcasting.com/artifacts/io.hotmoka/io-hotmoka-tendermint-abci/
implementation ("io.hotmoka:io-hotmoka-tendermint-abci:1.0.4")
'io.hotmoka:io-hotmoka-tendermint-abci:jar:1.0.4'
<dependency org="io.hotmoka" name="io-hotmoka-tendermint-abci" rev="1.0.4">
<artifact name="io-hotmoka-tendermint-abci" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.hotmoka', module='io-hotmoka-tendermint-abci', version='1.0.4')
)
libraryDependencies += "io.hotmoka" % "io-hotmoka-tendermint-abci" % "1.0.4"
[io.hotmoka/io-hotmoka-tendermint-abci "1.0.4"]