MVN

com.ptsmods : MySQLw

Maven & Gradle

Apr 13, 2021
5 stars

MySQLw · A wrapper for MySQL connections

<dependency>
    <groupId>com.ptsmods</groupId>
    <artifactId>MySQLw</artifactId>
    <version>1.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ptsmods : MySQLw to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.1

All Versions

Choose a version of com.ptsmods : MySQLw to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
MySQLw-1.5.1
1.5
MySQLw-1.5
1.4
MySQLw-1.4
1.3.x
MySQLw-1.3.3
MySQLw-1.3.2
MySQLw-1.3.1
1.3
MySQLw-1.3
1.2.x
MySQLw-1.2.1
1.2
MySQLw-1.2
1.1
MySQLw-1.1
1.0
MySQLw-1.0

How to add a dependency to Maven

Add the following com.ptsmods : MySQLw maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ptsmods</groupId>
    <artifactId>MySQLw</artifactId>
    <version>1.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ptsmods : MySQLw gradle dependency to your build.gradle file:

implementation 'com.ptsmods:MySQLw:1.5.1'

Gradle Kotlin DSL: Add the following com.ptsmods : MySQLw gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ptsmods:MySQLw:1.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ptsmods : MySQLw sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ptsmods" % "MySQLw" % "1.5.1"

Advertisement