MVN

com.symphony.platformsolutions : symphony-bdk-template-api

Maven & Gradle

Dec 30, 2020
8 usages
21 stars

symphony-bdk-template-api · Symphony Java BDK Template API module

<dependency>
    <groupId>com.symphony.platformsolutions</groupId>
    <artifactId>symphony-bdk-template-api</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.symphony.platformsolutions : symphony-bdk-template-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0
  • Latest Release Candidate: 2.0.0.RC1
  • Latest Beta: 1.6.0.BETA

All Versions

Choose a version of com.symphony.platformsolutions : symphony-bdk-template-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
symphony-bdk-template-api-2.0.0
symphony-bdk-template-api-2.0.0.RC1
1.6.x
symphony-bdk-template-api-1.6.0.BETA
1.5.x
symphony-bdk-template-api-1.5.1.BETA
symphony-bdk-template-api-1.5.0.BETA
1.4.x
symphony-bdk-template-api-1.4.0.BETA
1.3.x
symphony-bdk-template-api-1.3.2.BETA
symphony-bdk-template-api-1.3.1.BETA
symphony-bdk-template-api-1.3.0.BETA
1.2.x
symphony-bdk-template-api-1.2.1.BETA

How to add a dependency to Maven

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

<dependency>
    <groupId>com.symphony.platformsolutions</groupId>
    <artifactId>symphony-bdk-template-api</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.symphony.platformsolutions : symphony-bdk-template-api gradle dependency to your build.gradle file:

implementation 'com.symphony.platformsolutions:symphony-bdk-template-api:2.0.0'

Gradle Kotlin DSL: Add the following com.symphony.platformsolutions : symphony-bdk-template-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.symphony.platformsolutions:symphony-bdk-template-api:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.symphony.platformsolutions : symphony-bdk-template-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.symphony.platformsolutions" % "symphony-bdk-template-api" % "2.0.0"