0.0.2
Maven
<dependency>
<groupId>com.bloxbean.cardano</groupId>
<artifactId>aiken-java-binding</artifactId>
<version>0.0.2</version>
</dependency>
Gradle
implementation 'com.bloxbean.cardano:aiken-java-binding:0.0.2
Current Limitations
The current version doesn't work for a transaction with reference inputs. #1
Workaround : During the transaction cost evaluation, remove the reference inputs from the transaction and add the plutus script to the witness set. After calculating the script cost, you can add back the reference input again.