is not current version
Last Version 1.3.0

com.github.containersolutions:mysql-schema-sample 1.0.0

Provisions new Schemas in a MySQL database

Categories

Categories

MySQL Data Databases Container
GroupId

GroupId

com.github.containersolutions
ArtifactId

ArtifactId

mysql-schema-sample
Version

Version

1.0.0
Type

Type

jar

Download mysql-schema-sample 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.containersolutions/mysql-schema-sample/ -->
<dependency>
    <groupId>com.github.containersolutions</groupId>
    <artifactId>mysql-schema-sample</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.containersolutions/mysql-schema-sample/
implementation 'com.github.containersolutions:mysql-schema-sample:1.0.0'
// https://jarcasting.com/artifacts/com.github.containersolutions/mysql-schema-sample/
implementation ("com.github.containersolutions:mysql-schema-sample:1.0.0")
'com.github.containersolutions:mysql-schema-sample:jar:1.0.0'
<dependency org="com.github.containersolutions" name="mysql-schema-sample" rev="1.0.0">
  <artifact name="mysql-schema-sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.containersolutions', module='mysql-schema-sample', version='1.0.0')
)
libraryDependencies += "com.github.containersolutions" % "mysql-schema-sample" % "1.0.0"
[com.github.containersolutions/mysql-schema-sample "1.0.0"]