is not current version
Last Version 3.17.1

io.neow3j:core 2.3.1

neow3j is a Java library to interact with the NEO blockchain

GroupId

GroupId

io.neow3j
ArtifactId

ArtifactId

core
Version

Version

2.3.1
Type

Type

jar

Download core 2.3.1


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