MVN

com.github.wjw465150 : erupt-dsl

Maven & Gradle

Nov 22, 2022
7 stars

erupt-dsl · Erupt Project QueryDsl Extension module.

<dependency>
    <groupId>com.github.wjw465150</groupId>
    <artifactId>erupt-dsl</artifactId>
    <version>1.10.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.wjw465150 : erupt-dsl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.10.15

All Versions

Choose a version of com.github.wjw465150 : erupt-dsl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.10.x
erupt-dsl-1.10.15
erupt-dsl-1.10.14
erupt-dsl-1.10.13
erupt-dsl-1.10.12
erupt-dsl-1.10.10
erupt-dsl-1.10.9
erupt-dsl-1.10.8
erupt-dsl-1.10.7
erupt-dsl-1.10.6
erupt-dsl-1.10.5
erupt-dsl-1.10.4
erupt-dsl-1.10.3
erupt-dsl-1.10.1
1.9.x
erupt-dsl-1.9.3
erupt-dsl-1.9.2
erupt-dsl-1.9.1
erupt-dsl-1.9.0
1.8.x
erupt-dsl-1.8.5
erupt-dsl-1.8.1
erupt-dsl-1.8.0
1.7.x
erupt-dsl-1.7.3

How to add a dependency to Maven

Add the following com.github.wjw465150 : erupt-dsl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.wjw465150</groupId>
    <artifactId>erupt-dsl</artifactId>
    <version>1.10.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.wjw465150 : erupt-dsl gradle dependency to your build.gradle file:

implementation 'com.github.wjw465150:erupt-dsl:1.10.15'

Gradle Kotlin DSL: Add the following com.github.wjw465150 : erupt-dsl gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.wjw465150:erupt-dsl:1.10.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.wjw465150 : erupt-dsl sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.wjw465150" % "erupt-dsl" % "1.10.15"