MVN

cc.carm.plugin : minesql-api

Maven & Gradle

Apr 16, 2023
8 stars

MineSQL-API · 轻松(用)SQL的独立运行库插件的公用API接口部分。

<dependency>
    <groupId>cc.carm.plugin</groupId>
    <artifactId>minesql-api</artifactId>
    <version>1.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cc.carm.plugin : minesql-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.1

All Versions

Choose a version of cc.carm.plugin : minesql-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
minesql-api-1.4.1
minesql-api-1.4.0
1.3.x
minesql-api-1.3.1
1.2.x
minesql-api-1.2.2
minesql-api-1.2.1

How to add a dependency to Maven

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

<dependency>
    <groupId>cc.carm.plugin</groupId>
    <artifactId>minesql-api</artifactId>
    <version>1.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cc.carm.plugin : minesql-api gradle dependency to your build.gradle file:

implementation 'cc.carm.plugin:minesql-api:1.4.1'

Gradle Kotlin DSL: Add the following cc.carm.plugin : minesql-api gradle kotlin dependency to your build.gradle.kts file:

implementation("cc.carm.plugin:minesql-api:1.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following cc.carm.plugin : minesql-api sbt scala dependency to your build.sbt file:

libraryDependencies += "cc.carm.plugin" % "minesql-api" % "1.4.1"