Categories |
CategoriesMySQL Data Databases |
---|---|
GroupId | GroupIdio.semla |
ArtifactId | ArtifactIdsemla-mysql |
Version | Version1.1.2 |
Type | Typejar |
Filename | Size |
---|---|
semla-mysql-1.1.2.pom | |
semla-mysql-1.1.2.jar | 6 KB |
semla-mysql-1.1.2-sources.jar | 3 KB |
semla-mysql-1.1.2-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.semla/semla-mysql/ -->
<dependency>
<groupId>io.semla</groupId>
<artifactId>semla-mysql</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.semla/semla-mysql/
implementation 'io.semla:semla-mysql:1.1.2'
// https://jarcasting.com/artifacts/io.semla/semla-mysql/
implementation ("io.semla:semla-mysql:1.1.2")
'io.semla:semla-mysql:jar:1.1.2'
<dependency org="io.semla" name="semla-mysql" rev="1.1.2">
<artifact name="semla-mysql" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.semla', module='semla-mysql', version='1.1.2')
)
libraryDependencies += "io.semla" % "semla-mysql" % "1.1.2"
[io.semla/semla-mysql "1.1.2"]