is not current version
Last Version 3.17.1

io.neow3j:core 3.2.2

neow3j: Java/Kotlin/Android Development Toolkit for the Neo Blockchain

GroupId

GroupId

io.neow3j
ArtifactId

ArtifactId

core
Version

Version

3.2.2
Type

Type

jar

Download core 3.2.2


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