MVN

cn.tiecode : plugin-api

Maven & Gradle

Jan 23, 2023
1 stars

plugin-api · Tiecode plugin api

<dependency>
    <groupId>cn.tiecode</groupId>
    <artifactId>plugin-api</artifactId>
    <version>1.0.0-garma3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.tiecode : plugin-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-garma3
  • Latest Alpha: 1.0.0-alpha44

All Versions

Choose a version of cn.tiecode : plugin-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
plugin-api-1.0.1
plugin-api-1.0.0-garma3
plugin-api-1.0.0-garma2
plugin-api-1.0.0-garma1
plugin-api-1.0.0
plugin-api-1.0.0-alpha44
plugin-api-1.0.0-alpha43
plugin-api-1.0.0-alpha42
plugin-api-1.0.0-alpha41
plugin-api-1.0.0-alpha40
plugin-api-1.0.0-alpha39
plugin-api-1.0.0-alpha38
plugin-api-1.0.0-alpha37
plugin-api-1.0.0-alpha36
plugin-api-1.0.0-alpha35
plugin-api-1.0.0-alpha34
plugin-api-1.0.0-alpha33
plugin-api-1.0.0-alpha32
plugin-api-1.0.0-alpha31
plugin-api-1.0.0-alpha30
plugin-api-1.0.0-alpha29

How to add a dependency to Maven

Add the following cn.tiecode : plugin-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.tiecode</groupId>
    <artifactId>plugin-api</artifactId>
    <version>1.0.0-garma3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.tiecode : plugin-api gradle dependency to your build.gradle file:

implementation 'cn.tiecode:plugin-api:1.0.0-garma3'

Gradle Kotlin DSL: Add the following cn.tiecode : plugin-api gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.tiecode:plugin-api:1.0.0-garma3")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.tiecode : plugin-api sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.tiecode" % "plugin-api" % "1.0.0-garma3"