GroupId | GroupIdio.hotmoka |
---|---|
ArtifactId | ArtifactIdio-hotmoka-tendermint-abci |
Version | Version1.0.3 |
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.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.hotmoka/io-hotmoka-tendermint-abci/
implementation 'io.hotmoka:io-hotmoka-tendermint-abci:1.0.3'
// https://jarcasting.com/artifacts/io.hotmoka/io-hotmoka-tendermint-abci/
implementation ("io.hotmoka:io-hotmoka-tendermint-abci:1.0.3")
'io.hotmoka:io-hotmoka-tendermint-abci:jar:1.0.3'
<dependency org="io.hotmoka" name="io-hotmoka-tendermint-abci" rev="1.0.3">
<artifact name="io-hotmoka-tendermint-abci" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.hotmoka', module='io-hotmoka-tendermint-abci', version='1.0.3')
)
libraryDependencies += "io.hotmoka" % "io-hotmoka-tendermint-abci" % "1.0.3"
[io.hotmoka/io-hotmoka-tendermint-abci "1.0.3"]