MVN

com.qeedata : dynamic-beetlsql-spring-boot-starter

Maven & Gradle

Jul 06, 2022

dynamic-beetlsql-spring-boot-starter · dynamic beetlsql with annotation

<dependency>
    <groupId>com.qeedata</groupId>
    <artifactId>dynamic-beetlsql-spring-boot-starter</artifactId>
    <version>1.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.qeedata : dynamic-beetlsql-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.1

All Versions

Choose a version of com.qeedata : dynamic-beetlsql-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
dynamic-beetlsql-spring-boot-starter-1.3.1
dynamic-beetlsql-spring-boot-starter-1.3.0
1.2.x
dynamic-beetlsql-spring-boot-starter-1.2.1
dynamic-beetlsql-spring-boot-starter-1.2.0
1.1.x
dynamic-beetlsql-spring-boot-starter-1.1.0
1.0.x
dynamic-beetlsql-spring-boot-starter-1.0.0
0.9.x
dynamic-beetlsql-spring-boot-starter-0.9.12
dynamic-beetlsql-spring-boot-starter-0.9.11
dynamic-beetlsql-spring-boot-starter-0.9.10
dynamic-beetlsql-spring-boot-starter-0.9.9
dynamic-beetlsql-spring-boot-starter-0.9.8
dynamic-beetlsql-spring-boot-starter-0.9.7
dynamic-beetlsql-spring-boot-starter-0.9.6
dynamic-beetlsql-spring-boot-starter-0.9.5
dynamic-beetlsql-spring-boot-starter-0.9.3
dynamic-beetlsql-spring-boot-starter-0.9.2
dynamic-beetlsql-spring-boot-starter-0.9.1
dynamic-beetlsql-spring-boot-starter-0.9.0

How to add a dependency to Maven

Add the following com.qeedata : dynamic-beetlsql-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.qeedata</groupId>
    <artifactId>dynamic-beetlsql-spring-boot-starter</artifactId>
    <version>1.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.qeedata : dynamic-beetlsql-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'com.qeedata:dynamic-beetlsql-spring-boot-starter:1.3.1'

Gradle Kotlin DSL: Add the following com.qeedata : dynamic-beetlsql-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.qeedata:dynamic-beetlsql-spring-boot-starter:1.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.qeedata : dynamic-beetlsql-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.qeedata" % "dynamic-beetlsql-spring-boot-starter" % "1.3.1"