MVN

com.opentext.otag.sdk : otag-service-development-kit

Maven & Gradle

Oct 20, 2019
5 stars

Open Text AppWorks Gateway Service Developer Kit (SDK) · This module provides access to the set of utility classes required to interact with an instance of an AppWorks Gateway from an AppWorks Service. It covers AppWorks dedicated service deployment API, which is a limited subset of the full AppWorks admin API. We currently provide the facility for services to listen to service life-cycle events such as 'service installed', 'service upgraded' and 'service uninstalled'. We also provide the facility for centralised configuration setting management. As AppWorks services are edited from the AppWork Gateway administration console, we provide the ability to respond to updates made here, and also expose creation and update end points for these settings.

<dependency>
    <groupId>com.opentext.otag.sdk</groupId>
    <artifactId>otag-service-development-kit</artifactId>
    <version>16.6.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.opentext.otag.sdk : otag-service-development-kit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 16.6.2

All Versions

Choose a version of com.opentext.otag.sdk : otag-service-development-kit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
16.6.x
otag-service-development-kit-16.6.2
otag-service-development-kit-16.6.1
otag-service-development-kit-16.6.0
16.5.x
otag-service-development-kit-16.5.3
otag-service-development-kit-16.5.1
otag-service-development-kit-16.5.0
16.4.x
otag-service-development-kit-16.4.0
16.3.x
otag-service-development-kit-16.3.0
16.2
otag-service-development-kit-16.2
16.1
otag-service-development-kit-16.1
16.0.x
otag-service-development-kit-16.0.1.1
otag-service-development-kit-16.0.1
16
otag-service-development-kit-16

How to add a dependency to Maven

Add the following com.opentext.otag.sdk : otag-service-development-kit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.opentext.otag.sdk</groupId>
    <artifactId>otag-service-development-kit</artifactId>
    <version>16.6.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.opentext.otag.sdk : otag-service-development-kit gradle dependency to your build.gradle file:

implementation 'com.opentext.otag.sdk:otag-service-development-kit:16.6.2'

Gradle Kotlin DSL: Add the following com.opentext.otag.sdk : otag-service-development-kit gradle kotlin dependency to your build.gradle.kts file:

implementation("com.opentext.otag.sdk:otag-service-development-kit:16.6.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.opentext.otag.sdk : otag-service-development-kit sbt scala dependency to your build.sbt file:

libraryDependencies += "com.opentext.otag.sdk" % "otag-service-development-kit" % "16.6.2"

Advertisement