MVN

io.github.wz7982 : core_3

Maven & Gradle

Aug 26, 2023
65 stars

core · A type-safe builder of SQL Expressions on Scala3.

<dependency>
    <groupId>io.github.wz7982</groupId>
    <artifactId>core_3</artifactId>
    <version>2.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.wz7982 : core_3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.7

All Versions

Choose a version of io.github.wz7982 : core_3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
core_3-2.0.7
core_3-2.0.5
core_3-2.0.4
core_3-2.0.3
core_3-2.0.2
core_3-2.0.1
1.4.x
core_3-1.4.0
1.3.x
core_3-1.3.13
core_3-1.3.12
core_3-1.3.11
core_3-1.3.10
core_3-1.3.9
core_3-1.3.8
core_3-1.3.7
core_3-1.3.6
core_3-1.3.5
core_3-1.3.4
core_3-1.3.3
core_3-1.3.2
core_3-1.3.1
core_3-1.3.0
core_3-1.3.5sou
1.2.x
core_3-1.2.2
core_3-1.2.1
core_3-1.2.0
1.1.x
core_3-1.1.6
core_3-1.1.5
core_3-1.1.4
core_3-1.1.3
core_3-1.1.2
core_3-1.1.1
core_3-1.1.0
1.0.x
core_3-1.0.3
core_3-1.0.2
core_3-1.0.1
1.0
core_3-1.0
0.1
core_3-0.1

How to add a dependency to Maven

Add the following io.github.wz7982 : core_3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.wz7982</groupId>
    <artifactId>core_3</artifactId>
    <version>2.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.wz7982 : core_3 gradle dependency to your build.gradle file:

implementation 'io.github.wz7982:core_3:2.0.7'

Gradle Kotlin DSL: Add the following io.github.wz7982 : core_3 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.wz7982:core_3:2.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.wz7982 : core_3 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.wz7982" % "core_3" % "2.0.7"

Advertisement