Files download
File Operation
config-0.55.1.jar download
config-0.55.1.pom download
config-0.55.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.hedera.hashgraph</groupId>
  <artifactId>config</artifactId>
  <version>0.55.1</version>
</dependency>
Gradle Groovy
implementation 'com.hedera.hashgraph:config:0.55.1'
Gradle Kotlin
implementation("com.hedera.hashgraph:config:0.55.1")
Scala SBT
libraryDependencies += "com.hedera.hashgraph" % "config" % "0.55.1"
Groovy Grape
@Grapes(
  @Grab(group='com.hedera.hashgraph', module='config', version='0.55.1')
)
Apache Ivy
<dependency org="com.hedera.hashgraph" name="config" rev="0.55.1" />
Leiningen
[com.hedera.hashgraph/config "0.55.1"]
Apache Buildr
'com.hedera.hashgraph:config:jar:0.55.1'