i

io-mokamint-miner-remote

This module implements a remote miner, that is, a miner that works by forwarding its work to remote services connected by network
https://github.com/Mokamint-chain/mokamint/io-mokamint-miner-remote
The Apache License, Version 2.0
Mokamint
Fausto Spoto
文件下载
文件名 操作
io-mokamint-miner-remote-0.0.1.jar 下载
io-mokamint-miner-remote-0.0.1.pom 下载
io-mokamint-miner-remote-0.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.mokamint</groupId>
  <artifactId>io-mokamint-miner-remote</artifactId>
  <version>0.0.1</version>
</dependency>
Gradle Groovy
implementation 'io.mokamint:io-mokamint-miner-remote:0.0.1'
Gradle Kotlin
implementation("io.mokamint:io-mokamint-miner-remote:0.0.1")
Scala SBT
libraryDependencies += "io.mokamint" % "io-mokamint-miner-remote" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.mokamint', module='io-mokamint-miner-remote', version='0.0.1')
)
Apache Ivy
<dependency org="io.mokamint" name="io-mokamint-miner-remote" rev="0.0.1" />
Leiningen
[io.mokamint/io-mokamint-miner-remote "0.0.1"]
Apache Buildr
'io.mokamint:io-mokamint-miner-remote:jar:0.0.1'