Categories |
CategoriesMySQL Data Databases |
---|---|
GroupId | GroupIdcom.d0x7 |
ArtifactId | ArtifactIdutils-mysql |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMySQL Connection Module
|
Filename | Size |
---|---|
utils-mysql-1.0.0.pom | |
utils-mysql-1.0.0.jar | 4 MB |
utils-mysql-1.0.0-sources.jar | 5 KB |
utils-mysql-1.0.0-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.d0x7/utils-mysql/ -->
<dependency>
<groupId>com.d0x7</groupId>
<artifactId>utils-mysql</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.d0x7/utils-mysql/
implementation 'com.d0x7:utils-mysql:1.0.0'
// https://jarcasting.com/artifacts/com.d0x7/utils-mysql/
implementation ("com.d0x7:utils-mysql:1.0.0")
'com.d0x7:utils-mysql:jar:1.0.0'
<dependency org="com.d0x7" name="utils-mysql" rev="1.0.0">
<artifact name="utils-mysql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.d0x7', module='utils-mysql', version='1.0.0')
)
libraryDependencies += "com.d0x7" % "utils-mysql" % "1.0.0"
[com.d0x7/utils-mysql "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.4 |