MVN

io.github.yakovsirotkin : machamp-sqlserver

Maven & Gradle

Aug 05, 2023
7 stars

machamp-sqlserver · Machamp MS SQL server support

<dependency>
    <groupId>io.github.yakovsirotkin</groupId>
    <artifactId>machamp-sqlserver</artifactId>
    <version>0.0.26</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.yakovsirotkin : machamp-sqlserver to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.26

All Versions

Choose a version of io.github.yakovsirotkin : machamp-sqlserver to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
machamp-sqlserver-0.0.26
machamp-sqlserver-0.0.25
machamp-sqlserver-0.0.24
machamp-sqlserver-0.0.23
machamp-sqlserver-0.0.22
machamp-sqlserver-0.0.20
machamp-sqlserver-0.0.18
machamp-sqlserver-0.0.17
machamp-sqlserver-0.0.16
machamp-sqlserver-0.0.15
machamp-sqlserver-0.0.14
machamp-sqlserver-0.0.13

How to add a dependency to Maven

Add the following io.github.yakovsirotkin : machamp-sqlserver maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.yakovsirotkin</groupId>
    <artifactId>machamp-sqlserver</artifactId>
    <version>0.0.26</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.yakovsirotkin : machamp-sqlserver gradle dependency to your build.gradle file:

implementation 'io.github.yakovsirotkin:machamp-sqlserver:0.0.26'

Gradle Kotlin DSL: Add the following io.github.yakovsirotkin : machamp-sqlserver gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.yakovsirotkin:machamp-sqlserver:0.0.26")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.yakovsirotkin : machamp-sqlserver sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.yakovsirotkin" % "machamp-sqlserver" % "0.0.26"