META-INF.maven.io.hotmoka.io-hotmoka-node.pom.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of io-hotmoka-node Show documentation
Show all versions of io-hotmoka-node Show documentation
This module implements the shared code of all Hotmoka nodes.
<?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-node</artifactId> <version>1.4.2</version> <name>io-hotmoka-node</name> <description>This module implements the shared code of all Hotmoka nodes.</description> <url>https://github.com/Hotmoka/hotmoka/io-hotmoka-node</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>[email protected]</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-node</connection> <developerConnection>scm:git:[email protected]:Hotmoka/hotmoka.git/io-hotmoka-node</developerConnection> <url>https://github.com/Hotmoka/hotmoka/io-hotmoka-node</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.hotmoka</groupId> <artifactId>io-hotmoka-node-api</artifactId> <version>1.4.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.hotmoka</groupId> <artifactId>io-hotmoka-beans</artifactId> <version>1.4.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.hotmoka.annotations</groupId> <artifactId>io-hotmoka-annotations</artifactId> <version>1.4.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.hotmoka</groupId> <artifactId>toml4j</artifactId> <version>0.7.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.hotmoka.crypto</groupId> <artifactId>io-hotmoka-crypto</artifactId> <version>1.4.1</version> <scope>compile</scope> </dependency> </dependencies> </project>