License |
License |
---|---|
GroupId | GroupIdcom.github.spt-oss |
ArtifactId | ArtifactIdembedded-mariadb |
Last Version | Last Version0.1.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEmbedded MySQL-compatible Database in Java
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
embedded-mariadb-0.1.8.pom | |
embedded-mariadb-0.1.8.jar | 3 KB |
embedded-mariadb-0.1.8-sources.jar | 3 KB |
embedded-mariadb-0.1.8-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.spt-oss/embedded-mariadb/ -->
<dependency>
<groupId>com.github.spt-oss</groupId>
<artifactId>embedded-mariadb</artifactId>
<version>0.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spt-oss/embedded-mariadb/
implementation 'com.github.spt-oss:embedded-mariadb:0.1.8'
// https://jarcasting.com/artifacts/com.github.spt-oss/embedded-mariadb/
implementation ("com.github.spt-oss:embedded-mariadb:0.1.8")
'com.github.spt-oss:embedded-mariadb:jar:0.1.8'
<dependency org="com.github.spt-oss" name="embedded-mariadb" rev="0.1.8">
<artifact name="embedded-mariadb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spt-oss', module='embedded-mariadb', version='0.1.8')
)
libraryDependencies += "com.github.spt-oss" % "embedded-mariadb" % "0.1.8"
[com.github.spt-oss/embedded-mariadb "0.1.8"]
Group / Artifact | Type | Version |
---|---|---|
ch.vorburger.mariaDB4j : mariaDB4j | jar | 2.2.3 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.14 |
Group / Artifact | Type | Version |
---|---|---|
com.zaxxer : HikariCP | jar | 2.5.1 |
mysql : mysql-connector-java | jar | 5.1.41 |
org.springframework.boot : spring-boot-starter-data-jpa | jar | 1.5.2.RELEASE |
org.springframework.boot : spring-boot-starter-test | jar | 1.5.2.RELEASE |