is not current version
Last Version 3.17.1

io.neow3j:core 3.5.0

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

GroupId

GroupId

io.neow3j
ArtifactId

ArtifactId

core
Version

Version

3.5.0
Type

Type

jar

Download core 3.5.0


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