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