License |
License
MIT License
|
---|---|
Categories |
CategoriesMySQL Data Databases |
GroupId | GroupIdcom.github.tadukoo.database |
ArtifactId | ArtifactIdTadukooMySQL |
Last Version | Last Version0.3-Alpha |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionUtilities to make working with databases easier
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
TadukooMySQL-0.3-Alpha.pom | |
TadukooMySQL-0.3-Alpha.jar | 17 KB |
TadukooMySQL-0.3-Alpha-sources.jar | 7 KB |
TadukooMySQL-0.3-Alpha-javadoc.jar | 135 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tadukoo.database/TadukooMySQL/ -->
<dependency>
<groupId>com.github.tadukoo.database</groupId>
<artifactId>TadukooMySQL</artifactId>
<version>0.3-Alpha</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tadukoo.database/TadukooMySQL/
implementation 'com.github.tadukoo.database:TadukooMySQL:0.3-Alpha'
// https://jarcasting.com/artifacts/com.github.tadukoo.database/TadukooMySQL/
implementation ("com.github.tadukoo.database:TadukooMySQL:0.3-Alpha")
'com.github.tadukoo.database:TadukooMySQL:jar:0.3-Alpha'
<dependency org="com.github.tadukoo.database" name="TadukooMySQL" rev="0.3-Alpha">
<artifact name="TadukooMySQL" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tadukoo.database', module='TadukooMySQL', version='0.3-Alpha')
)
libraryDependencies += "com.github.tadukoo.database" % "TadukooMySQL" % "0.3-Alpha"
[com.github.tadukoo.database/TadukooMySQL "0.3-Alpha"]
Group / Artifact | Type | Version |
---|---|---|
com.github.tadukoo.util : TadukooFunctions | jar | 0.5.1-Beta |
com.github.tadukoo.util : TadukooUtil | jar | 0.5.1-Beta |
org.mariadb.jdbc : mariadb-java-client | jar | 2.7.3 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.1 |
org.junit.platform : junit-platform-runner | jar | 1.8.1 |
com.github.tadukoo.junit : TadukooJUnit | jar | 0.1.1-Alpha |