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