| License |
License |
|---|---|
| GroupId | GroupIdorg.web3j |
| ArtifactId | ArtifactIdweb3j-sokt |
| Last Version | Last Version0.2.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionweb3j-sokt
web3j-sokt - Kotlin-based wrapper for multiple installations of the solidity compiler (solc)
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| web3j-sokt-0.2.2.pom | |
| web3j-sokt-0.2.2.jar | 30 KB |
| web3j-sokt-0.2.2-tests.jar | 8 KB |
| web3j-sokt-0.2.2-sources.jar | 7 KB |
| web3j-sokt-0.2.2-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.web3j/web3j-sokt/ -->
<dependency>
<groupId>org.web3j</groupId>
<artifactId>web3j-sokt</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.web3j/web3j-sokt/
implementation 'org.web3j:web3j-sokt:0.2.2'
// https://jarcasting.com/artifacts/org.web3j/web3j-sokt/
implementation ("org.web3j:web3j-sokt:0.2.2")
'org.web3j:web3j-sokt:jar:0.2.2'
<dependency org="org.web3j" name="web3j-sokt" rev="0.2.2">
<artifact name="web3j-sokt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.web3j', module='web3j-sokt', version='0.2.2')
)
libraryDependencies += "org.web3j" % "web3j-sokt" % "0.2.2"
[org.web3j/web3j-sokt "0.2.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.61 |
| org.apache.commons : commons-lang3 | jar | 3.0 |
| com.github.zafarkhaja : java-semver | jar | 0.9.0 |
| org.jetbrains.kotlinx : kotlinx-serialization-runtime | jar | 0.14.0 |