protocol-aggregator-enclave
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.protocol180</groupId>
<artifactId>protocol-aggregator-enclave</artifactId>
<version>0.2.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>com.protocol180</groupId>
<artifactId>protocol-aggregator-enclave</artifactId>
<version>0.2.0</version>
<name>Protocol Aggregator API</name>
<description>This Cordapp is the complete implementation of data aggregation protocol with conclave(enclave) environment.</description>
<url>https://github.com/180protocol/180protocol</url>
<licenses>
<license>
<name>GNU Affero General Public License v3.0 or later</name>
<url>https://spdx.org/licenses/AGPL-3.0-or-later</url>
</license>
</licenses>
<developers>
<developer>
<id>180Protocol</id>
<name>Bond180 Limited</name>
<email>devops@180protocol.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/180protocol/180protocol.git</connection>
<developerConnection>scm:git:ssh://github.com:180protocol/180protocol.git</developerConnection>
<url>https://github.com/180protocol/180protocol</url>
</scm>
<dependencies>
<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
<version>1.11.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.2.71</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.r3.conclave</groupId>
<artifactId>conclave-enclave</artifactId>
<version>1.2</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>