MVN

io.edurt.gcm : gcm-presto

Maven & Gradle

Apr 27, 2021

Gcm for Presto Component · Connect presto server and read and write data!

<dependency>
    <groupId>io.edurt.gcm</groupId>
    <artifactId>gcm-presto</artifactId>
    <version>1.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.edurt.gcm : gcm-presto to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.2

All Versions

Choose a version of io.edurt.gcm : gcm-presto to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
gcm-presto-1.1.2
gcm-presto-1.1.1
gcm-presto-1.1.0
1.0.x
gcm-presto-1.0.9
gcm-presto-1.0.8.1
gcm-presto-1.0.8
gcm-presto-1.0.7
gcm-presto-1.0.6.1
gcm-presto-1.0.6

How to add a dependency to Maven

Add the following io.edurt.gcm : gcm-presto maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.edurt.gcm</groupId>
    <artifactId>gcm-presto</artifactId>
    <version>1.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.edurt.gcm : gcm-presto gradle dependency to your build.gradle file:

implementation 'io.edurt.gcm:gcm-presto:1.1.2'

Gradle Kotlin DSL: Add the following io.edurt.gcm : gcm-presto gradle kotlin dependency to your build.gradle.kts file:

implementation("io.edurt.gcm:gcm-presto:1.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.edurt.gcm : gcm-presto sbt scala dependency to your build.sbt file:

libraryDependencies += "io.edurt.gcm" % "gcm-presto" % "1.1.2"

Advertisement