не последняя версия
Последняя версия 1.6.4.RELEASE

com.jd.blockchain:base 1.0.1.RELEASE


Группа

Группа

com.jd.blockchain
Идентификатор

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

base
Версия

Версия

1.0.1.RELEASE
Тип

Тип

jar

Скачать base 1.0.1.RELEASE


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