MVN

io.dataease : dataease-plugin-datasource

Maven & Gradle

Jul 28, 2023
68.1k stars
<dependency>
    <groupId>io.dataease</groupId>
    <artifactId>dataease-plugin-datasource</artifactId>
    <version>1.18.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.dataease : dataease-plugin-datasource to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.18.9

All Versions

Choose a version of io.dataease : dataease-plugin-datasource to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.18.x
dataease-plugin-datasource-1.18.9
dataease-plugin-datasource-1.18.8
dataease-plugin-datasource-1.18.7
dataease-plugin-datasource-1.18.6
dataease-plugin-datasource-1.18.5
dataease-plugin-datasource-1.18.4
dataease-plugin-datasource-1.18.3
dataease-plugin-datasource-1.18.2
dataease-plugin-datasource-1.18.1
dataease-plugin-datasource-1.18.0
1.17.x
dataease-plugin-datasource-1.17.0
1.16.x
dataease-plugin-datasource-1.16.0
CVE-2022-39312
1.15.x
dataease-plugin-datasource-1.15.0
CVE-2022-39312
1.14.x
dataease-plugin-datasource-1.14.0
CVE-2022-39312
1.13.x
dataease-plugin-datasource-1.13.0
CVE-2022-39312
1.12.x
dataease-plugin-datasource-1.12.0
CVE-2022-39312
1.11.x
dataease-plugin-datasource-1.11.3
CVE-2022-39312
dataease-plugin-datasource-1.11.1
CVE-2022-39312
dataease-plugin-datasource-1.11.0
CVE-2022-39312
1.10.x
dataease-plugin-datasource-1.10.0
CVE-2022-39312

How to add a dependency to Maven

Add the following io.dataease : dataease-plugin-datasource maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.dataease</groupId>
    <artifactId>dataease-plugin-datasource</artifactId>
    <version>1.18.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.dataease : dataease-plugin-datasource gradle dependency to your build.gradle file:

implementation 'io.dataease:dataease-plugin-datasource:1.18.9'

Gradle Kotlin DSL: Add the following io.dataease : dataease-plugin-datasource gradle kotlin dependency to your build.gradle.kts file:

implementation("io.dataease:dataease-plugin-datasource:1.18.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.dataease : dataease-plugin-datasource sbt scala dependency to your build.sbt file:

libraryDependencies += "io.dataease" % "dataease-plugin-datasource" % "1.18.9"

Advertisement