MVN

com.joaomgcd : taskerpluginlibrary

Maven & Gradle

Dec 20, 2022
56 stars

taskerpluginlibrary · Easily create Tasker plugins for your app!

<dependency>
    <groupId>com.joaomgcd</groupId>
    <artifactId>taskerpluginlibrary</artifactId>
    <version>0.4.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.joaomgcd : taskerpluginlibrary to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.7

All Versions

Choose a version of com.joaomgcd : taskerpluginlibrary to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
taskerpluginlibrary-0.4.7
taskerpluginlibrary-0.4.6
taskerpluginlibrary-0.4.5
taskerpluginlibrary-0.4.4
taskerpluginlibrary-0.4.3
taskerpluginlibrary-0.4.2
taskerpluginlibrary-0.4.1
taskerpluginlibrary-0.4.0

How to add a dependency to Maven

Add the following com.joaomgcd : taskerpluginlibrary maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.joaomgcd</groupId>
    <artifactId>taskerpluginlibrary</artifactId>
    <version>0.4.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.joaomgcd : taskerpluginlibrary gradle dependency to your build.gradle file:

implementation 'com.joaomgcd:taskerpluginlibrary:0.4.7'

Gradle Kotlin DSL: Add the following com.joaomgcd : taskerpluginlibrary gradle kotlin dependency to your build.gradle.kts file:

implementation("com.joaomgcd:taskerpluginlibrary:0.4.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.joaomgcd : taskerpluginlibrary sbt scala dependency to your build.sbt file:

libraryDependencies += "com.joaomgcd" % "taskerpluginlibrary" % "0.4.7"

Advertisement