Files download
File Operation
cln-grpc-client-core-24.8.1.jar download
cln-grpc-client-core-24.8.1.pom download
cln-grpc-client-core-24.8.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.theborakompanioni</groupId>
  <artifactId>cln-grpc-client-core</artifactId>
  <version>24.8.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.theborakompanioni:cln-grpc-client-core:24.8.1'
Gradle Kotlin
implementation("io.github.theborakompanioni:cln-grpc-client-core:24.8.1")
Scala SBT
libraryDependencies += "io.github.theborakompanioni" % "cln-grpc-client-core" % "24.8.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.theborakompanioni', module='cln-grpc-client-core', version='24.8.1')
)
Apache Ivy
<dependency org="io.github.theborakompanioni" name="cln-grpc-client-core" rev="24.8.1" />
Leiningen
[io.github.theborakompanioni/cln-grpc-client-core "24.8.1"]
Apache Buildr
'io.github.theborakompanioni:cln-grpc-client-core:jar:24.8.1'