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