MVN

com.glue42.gateway.client : gateway-connection-local

Maven & Gradle

Jun 30, 2023
1 usages
<dependency>
    <groupId>com.glue42.gateway.client</groupId>
    <artifactId>gateway-connection-local</artifactId>
    <version>1.3.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.glue42.gateway.client : gateway-connection-local to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.12

All Versions

Choose a version of com.glue42.gateway.client : gateway-connection-local to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
gateway-connection-local-1.3.12
gateway-connection-local-1.3.11
gateway-connection-local-1.3.10
gateway-connection-local-1.3.9
gateway-connection-local-1.3.8
gateway-connection-local-1.3.7
gateway-connection-local-1.3.6
gateway-connection-local-1.3.5
gateway-connection-local-1.3.4
gateway-connection-local-1.3.3
gateway-connection-local-1.3.2
gateway-connection-local-1.3.1

How to add a dependency to Maven

Add the following com.glue42.gateway.client : gateway-connection-local maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.glue42.gateway.client</groupId>
    <artifactId>gateway-connection-local</artifactId>
    <version>1.3.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.glue42.gateway.client : gateway-connection-local gradle dependency to your build.gradle file:

implementation 'com.glue42.gateway.client:gateway-connection-local:1.3.12'

Gradle Kotlin DSL: Add the following com.glue42.gateway.client : gateway-connection-local gradle kotlin dependency to your build.gradle.kts file:

implementation("com.glue42.gateway.client:gateway-connection-local:1.3.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.glue42.gateway.client : gateway-connection-local sbt scala dependency to your build.sbt file:

libraryDependencies += "com.glue42.gateway.client" % "gateway-connection-local" % "1.3.12"