MVN

io.github.cameronward301.communication_scheduler : gateway-library

Maven & Gradle

Dec 27, 2023
1 stars

gateway-library · Gateway library for developing custom communication gateways

<dependency>
    <groupId>io.github.cameronward301.communication_scheduler</groupId>
    <artifactId>gateway-library</artifactId>
    <version>0.2.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.cameronward301.communication_scheduler : gateway-library to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.14

All Versions

Choose a version of io.github.cameronward301.communication_scheduler : gateway-library to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
gateway-library-0.2.14
gateway-library-0.2.13
gateway-library-0.2.11
gateway-library-0.2.10
gateway-library-0.2.9
gateway-library-0.2.8
gateway-library-0.2.7
gateway-library-0.2.6
gateway-library-0.2.5
gateway-library-0.2.4
gateway-library-0.2.3
gateway-library-0.2.2
gateway-library-0.2.1
gateway-library-0.2.0

How to add a dependency to Maven

Add the following io.github.cameronward301.communication_scheduler : gateway-library maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.cameronward301.communication_scheduler</groupId>
    <artifactId>gateway-library</artifactId>
    <version>0.2.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.cameronward301.communication_scheduler : gateway-library gradle dependency to your build.gradle file:

implementation 'io.github.cameronward301.communication_scheduler:gateway-library:0.2.14'

Gradle Kotlin DSL: Add the following io.github.cameronward301.communication_scheduler : gateway-library gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.cameronward301.communication_scheduler:gateway-library:0.2.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.cameronward301.communication_scheduler : gateway-library sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.cameronward301.communication_scheduler" % "gateway-library" % "0.2.14"

Advertisement