is not current version
Last Version 5.0.0

org.web3j:hosted-providers master

web3j customisations for working with hosted web3 providers (Infura.io & Nodesmith.io)

Categories

Categories

IDE Development Tools
GroupId

GroupId

org.web3j
ArtifactId

ArtifactId

hosted-providers
Version

Version

master
Type

Type

jar

Download hosted-providers master


<!-- https://jarcasting.com/artifacts/org.web3j/hosted-providers/ -->
<dependency>
    <groupId>org.web3j</groupId>
    <artifactId>hosted-providers</artifactId>
    <version>master</version>
</dependency>
// https://jarcasting.com/artifacts/org.web3j/hosted-providers/
implementation 'org.web3j:hosted-providers:master'
// https://jarcasting.com/artifacts/org.web3j/hosted-providers/
implementation ("org.web3j:hosted-providers:master")
'org.web3j:hosted-providers:jar:master'
<dependency org="org.web3j" name="hosted-providers" rev="master">
  <artifact name="hosted-providers" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.web3j', module='hosted-providers', version='master')
)
libraryDependencies += "org.web3j" % "hosted-providers" % "master"
[org.web3j/hosted-providers "master"]