<dependency>
<groupId>org.web3j</groupId>
<artifactId>core</artifactId>
<version>4.8.7</version>
</dependency>
shell
TransactionReceipt receipt = contract.myFunction().send();
BigInteger result = contract.myState().send();
TransactionReceipt receipt = contract.myTransaction().send();