文件下载
文件名 操作
config-0.56.7.jar 下载
config-0.56.7.pom 下载
config-0.56.7-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.hedera.hashgraph</groupId>
  <artifactId>config</artifactId>
  <version>0.56.7</version>
</dependency>
Gradle Groovy
implementation 'com.hedera.hashgraph:config:0.56.7'
Gradle Kotlin
implementation("com.hedera.hashgraph:config:0.56.7")
Scala SBT
libraryDependencies += "com.hedera.hashgraph" % "config" % "0.56.7"
Groovy Grape
@Grapes(
  @Grab(group='com.hedera.hashgraph', module='config', version='0.56.7')
)
Apache Ivy
<dependency org="com.hedera.hashgraph" name="config" rev="0.56.7" />
Leiningen
[com.hedera.hashgraph/config "0.56.7"]
Apache Buildr
'com.hedera.hashgraph:config:jar:0.56.7'