tbk-electrum-daemon-client-starter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.theborakompanioni</groupId> <artifactId>tbk-electrum-daemon-client-starter</artifactId> <version>0.16.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>io.github.theborakompanioni</groupId> <artifactId>tbk-electrum-daemon-client-starter</artifactId> <version>0.16.0</version> <name>tbk-electrum-daemon-client-starter</name> <description>electrum daemon jsonrpc client starter package</description> <url>https://github.com/theborakompanioni/bitcoin-spring-boot-starter</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>theborakompanioni</id> <name>theborakompanioni</name> <email>theborakompanioni+github@gmail.com</email> </developer> </developers> <scm> <url>https://github.com/theborakompanioni/bitcoin-spring-boot-starter.git</url> </scm> <dependencies> <dependency> <groupId>io.github.theborakompanioni</groupId> <artifactId>tbk-electrum-daemon-client-core</artifactId> <version>0.16.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.github.theborakompanioni</groupId> <artifactId>tbk-electrum-daemon-client-bitcoinj</artifactId> <version>0.16.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.github.theborakompanioni</groupId> <artifactId>tbk-electrum-daemon-client-autoconfigure</artifactId> <version>0.16.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>2.0.17</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>33.0.0-jre</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> <version>3.4.4</version> <scope>runtime</scope> </dependency> </dependencies> <properties> <nebula_Manifest_Version>1.0</nebula_Manifest_Version> <nebula_Implementation_Title>io.github.theborakompanioni#tbk-electrum-daemon-client-starter;0.16.0</nebula_Implementation_Title> <nebula_Implementation_Version>0.16.0</nebula_Implementation_Version> <nebula_Built_Status>release</nebula_Built_Status> <nebula_Gradle_Version>8.12</nebula_Gradle_Version> <nebula_Module_Source>/incubator/tbk-electrum-daemon-client/tbk-electrum-daemon-client-starter</nebula_Module_Source> <nebula_Module_Origin>https://github.com/theborakompanioni/bitcoin-spring-boot-starter.git</nebula_Module_Origin> <nebula_Change>5e78ed8</nebula_Change> <nebula_Full_Change>5e78ed885a81d1165fc8960aa0db86f81c69e77b</nebula_Full_Change> <nebula_Branch>master</nebula_Branch> <nebula_Build_Job>LOCAL</nebula_Build_Job> <nebula_Build_Number>LOCAL</nebula_Build_Number> <nebula_Build_Id>LOCAL</nebula_Build_Id> <nebula_X_Compile_Target_JDK>21</nebula_X_Compile_Target_JDK> <nebula_X_Compile_Source_JDK>21</nebula_X_Compile_Source_JDK> <nebula_Build_Java_Version>21</nebula_Build_Java_Version> <nebula_Module_Owner>theborakompanioni+github@gmail.com</nebula_Module_Owner> <nebula_Module_Email>theborakompanioni+github@gmail.com</nebula_Module_Email> </properties> <dependencyManagement> <dependencies> <dependency> <groupId>org.jmolecules</groupId> <artifactId>jmolecules-bom</artifactId> <version>2023.1.6</version> <scope>import</scope> <type>pom</type> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> <version>3.4.4</version> <scope>import</scope> <type>pom</type> </dependency> </dependencies> </dependencyManagement> </project>