is not current version
Last Version 3.17.1

io.neow3j:contract 2.4.0

NEO Smart Contracts

GroupId

GroupId

io.neow3j
ArtifactId

ArtifactId

contract
Version

Version

2.4.0
Type

Type

jar

Download contract 2.4.0


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