Categories |
CategoriesMySQL Data Databases |
---|---|
GroupId | GroupIdcom.github.michaelruocco.mysql |
ArtifactId | ArtifactIdembedded-mysql-plugin |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
embedded-mysql-plugin-0.3.0.pom | |
embedded-mysql-plugin-0.3.0.jar | 16 KB |
embedded-mysql-plugin-0.3.0-sources.jar | 2 KB |
embedded-mysql-plugin-0.3.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.michaelruocco.mysql/embedded-mysql-plugin/ -->
<dependency>
<groupId>com.github.michaelruocco.mysql</groupId>
<artifactId>embedded-mysql-plugin</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco.mysql/embedded-mysql-plugin/
implementation 'com.github.michaelruocco.mysql:embedded-mysql-plugin:0.3.0'
// https://jarcasting.com/artifacts/com.github.michaelruocco.mysql/embedded-mysql-plugin/
implementation ("com.github.michaelruocco.mysql:embedded-mysql-plugin:0.3.0")
'com.github.michaelruocco.mysql:embedded-mysql-plugin:jar:0.3.0'
<dependency org="com.github.michaelruocco.mysql" name="embedded-mysql-plugin" rev="0.3.0">
<artifact name="embedded-mysql-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco.mysql', module='embedded-mysql-plugin', version='0.3.0')
)
libraryDependencies += "com.github.michaelruocco.mysql" % "embedded-mysql-plugin" % "0.3.0"
[com.github.michaelruocco.mysql/embedded-mysql-plugin "0.3.0"]