не последняя версия
Последняя версия 3.17.1

io.neow3j:core 2.2.0

neow3j is a Java library to interact with the NEO blockchain

Группа

Группа

io.neow3j
Идентификатор

Идентификатор

core
Версия

Версия

2.2.0
Тип

Тип

jar

Скачать core 2.2.0


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