io-hotmoka-tendermint-abci
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.hotmoka</groupId>
<artifactId>io-hotmoka-tendermint-abci</artifactId>
<version>1.3.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.hotmoka</groupId>
<artifactId>io-hotmoka-tendermint-abci</artifactId>
<version>1.3.0</version>
<name>io-hotmoka-tendermint-abci</name>
<description>A network of nodes for blockchain or IoT, with smart contracts in Java.</description>
<url>https://github.com/Hotmoka/hotmoka/io-hotmoka-tendermint-abci</url>
<inceptionYear>2019</inceptionYear>
<organization>
<name>Hotmoka</name>
<url>https://www.hotmoka.io</url>
</organization>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>Fausto Spoto</name>
<email>fausto.spoto@hotmoka.io</email>
<organization>Hotmoka</organization>
<organizationUrl>https://www.hotmoka.io</organizationUrl>
<timezone>UTC+01:00</timezone>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/Hotmoka/hotmoka.git/io-hotmoka-tendermint-abci</connection>
<developerConnection>scm:git:git@github.com:Hotmoka/hotmoka.git/io-hotmoka-tendermint-abci</developerConnection>
<url>https://github.com/Hotmoka/hotmoka/io-hotmoka-tendermint-abci</url>
</scm>
<distributionManagement>
<repository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
<dependencies>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-protobuf</artifactId>
<version>1.46.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-stub</artifactId>
<version>1.46.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-netty-shaded</artifactId>
<version>1.46.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>annotations-api</artifactId>
<version>6.0.53</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>