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