MVN

com.logmein : gotowebinar-api

Maven & Gradle

May 27, 2022

gotowebinar-api · Java SDK for the GoToWebinar REST API

<dependency>
    <groupId>com.logmein</groupId>
    <artifactId>gotowebinar-api</artifactId>
    <version>2.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.logmein : gotowebinar-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.9.0

All Versions

Choose a version of com.logmein : gotowebinar-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.9.x
gotowebinar-api-2.9.0
2.7.x
gotowebinar-api-2.7.0
2.6.x
gotowebinar-api-2.6.0
2.5.x
gotowebinar-api-2.5.0
2.3.x
gotowebinar-api-2.3.0
2.1.x
gotowebinar-api-2.1.1
gotowebinar-api-2.1.0
2.0.x
gotowebinar-api-2.0.1
gotowebinar-api-2.0.0
1.00.x
gotowebinar-api-1.00.0
0.20.x
gotowebinar-api-0.20.0

How to add a dependency to Maven

Add the following com.logmein : gotowebinar-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.logmein</groupId>
    <artifactId>gotowebinar-api</artifactId>
    <version>2.9.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.logmein : gotowebinar-api gradle dependency to your build.gradle file:

implementation 'com.logmein:gotowebinar-api:2.9.0'

Gradle Kotlin DSL: Add the following com.logmein : gotowebinar-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.logmein:gotowebinar-api:2.9.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.logmein : gotowebinar-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.logmein" % "gotowebinar-api" % "2.9.0"