MVN

com.christophecvb.touchportal : plugin-sdk-helpers

Maven & Gradle

Sep 15, 2022
2 usages
35 stars

Touch Portal Plugin SDK Helpers · This Project is an SDK to create a Touch Portal Plugin using Java or Kotlin and Gradle

<dependency>
    <groupId>com.christophecvb.touchportal</groupId>
    <artifactId>plugin-sdk-helpers</artifactId>
    <version>8.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.christophecvb.touchportal : plugin-sdk-helpers to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.3.0
  • Latest Alpha: 7.0.0-alpha-3

All Versions

Choose a version of com.christophecvb.touchportal : plugin-sdk-helpers to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.3.x
plugin-sdk-helpers-8.3.0
8.2.x
plugin-sdk-helpers-8.2.1
8.1.x
plugin-sdk-helpers-8.1.2
plugin-sdk-helpers-8.1.0
8.0.x
plugin-sdk-helpers-8.0.1
plugin-sdk-helpers-8.0.0
7.0.x
plugin-sdk-helpers-7.0.0-alpha-3
plugin-sdk-helpers-7.0.0-alpha-2
plugin-sdk-helpers-7.0.0-alpha-1

How to add a dependency to Maven

Add the following com.christophecvb.touchportal : plugin-sdk-helpers maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.christophecvb.touchportal</groupId>
    <artifactId>plugin-sdk-helpers</artifactId>
    <version>8.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.christophecvb.touchportal : plugin-sdk-helpers gradle dependency to your build.gradle file:

implementation 'com.christophecvb.touchportal:plugin-sdk-helpers:8.3.0'

Gradle Kotlin DSL: Add the following com.christophecvb.touchportal : plugin-sdk-helpers gradle kotlin dependency to your build.gradle.kts file:

implementation("com.christophecvb.touchportal:plugin-sdk-helpers:8.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.christophecvb.touchportal : plugin-sdk-helpers sbt scala dependency to your build.sbt file:

libraryDependencies += "com.christophecvb.touchportal" % "plugin-sdk-helpers" % "8.3.0"

Advertisement