Categories |
CategoriesMySQL Data Databases |
---|---|
GroupId | GroupIdcom.github.michaelruocco.mysql |
ArtifactId | ArtifactIdembedded-mysql-plugin |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
embedded-mysql-plugin-0.1.0.pom | |
embedded-mysql-plugin-0.1.0.jar | 15 KB |
embedded-mysql-plugin-0.1.0-sources.jar | 2 KB |
embedded-mysql-plugin-0.1.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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco.mysql/embedded-mysql-plugin/
implementation 'com.github.michaelruocco.mysql:embedded-mysql-plugin:0.1.0'
// https://jarcasting.com/artifacts/com.github.michaelruocco.mysql/embedded-mysql-plugin/
implementation ("com.github.michaelruocco.mysql:embedded-mysql-plugin:0.1.0")
'com.github.michaelruocco.mysql:embedded-mysql-plugin:jar:0.1.0'
<dependency org="com.github.michaelruocco.mysql" name="embedded-mysql-plugin" rev="0.1.0">
<artifact name="embedded-mysql-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco.mysql', module='embedded-mysql-plugin', version='0.1.0')
)
libraryDependencies += "com.github.michaelruocco.mysql" % "embedded-mysql-plugin" % "0.1.0"
[com.github.michaelruocco.mysql/embedded-mysql-plugin "0.1.0"]