is not current version
Last Version 0.2.2

org.web3j:web3j-sokt 0.1.0

web3j-sokt - Kotlin-based wrapper for multiple installations of the solidity compiler (solc)

GroupId

GroupId

org.web3j
ArtifactId

ArtifactId

web3j-sokt
Version

Version

0.1.0
Type

Type

jar

Download web3j-sokt 0.1.0


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