cordaptor-corda-rpc-client
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>tech.b180.cordaptor</groupId> <artifactId>cordaptor-corda-rpc-client</artifactId> <version>0.4.1-corda4.7</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>tech.b180.cordaptor</groupId> <artifactId>cordaptor-corda-rpc-client</artifactId> <version>0.4.1-corda4.7</version> <name>Cordaptor Corda RPC Client</name> <description>Entry point for standalone Cordaptor connecting to a Corda node via RPC</description> <url>https://github.com/b180tech/cordaptor</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>bond180</id> <name>Bond180 Limited</name> <email>devops@bond180.com</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/b180tech/cordaptor.git</connection> <developerConnection>scm:git:ssh://github.com:b180tech/cordaptor.git</developerConnection> <url>https://github.com/b180tech/cordaptor</url> </scm> <dependencies> <dependency> <groupId>io.reactivex.rxjava3</groupId> <artifactId>rxjava</artifactId> <version>3.0.7</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.akarnokd</groupId> <artifactId>rxjava3-interop</artifactId> <version>3.0.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.koin</groupId> <artifactId>koin-core</artifactId> <version>2.1.6</version> <scope>runtime</scope> </dependency> <dependency> <groupId>tech.b180.cordaptor</groupId> <artifactId>cordaptor-kernel</artifactId> <version>0.4.1-corda4.7</version> <scope>runtime</scope> </dependency> <dependency> <groupId>tech.b180.cordaptor</groupId> <artifactId>cordaptor-corda-common</artifactId> <version>0.4.1-corda4.7</version> <scope>runtime</scope> </dependency> </dependencies> </project>