License |
License |
---|---|
Categories |
CategoriesMySQL Data Databases |
GroupId | GroupIddev.zio |
ArtifactId | ArtifactIdzio-sql-mysql_2.13 |
Version | Version0.0.2 |
Type | Typejar |
Description |
Descriptionzio-sql-mysql
zio-sql-mysql
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
zio-sql-mysql_2.13-0.0.2.pom | |
zio-sql-mysql_2.13-0.0.2.jar | 24 KB |
zio-sql-mysql_2.13-0.0.2-sources.jar | 3 KB |
zio-sql-mysql_2.13-0.0.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.zio/zio-sql-mysql_2.13/ -->
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio-sql-mysql_2.13</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/dev.zio/zio-sql-mysql_2.13/
implementation 'dev.zio:zio-sql-mysql_2.13:0.0.2'
// https://jarcasting.com/artifacts/dev.zio/zio-sql-mysql_2.13/
implementation ("dev.zio:zio-sql-mysql_2.13:0.0.2")
'dev.zio:zio-sql-mysql_2.13:jar:0.0.2'
<dependency org="dev.zio" name="zio-sql-mysql_2.13" rev="0.0.2">
<artifact name="zio-sql-mysql_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.zio', module='zio-sql-mysql_2.13', version='0.0.2')
)
libraryDependencies += "dev.zio" % "zio-sql-mysql_2.13" % "0.0.2"
[dev.zio/zio-sql-mysql_2.13 "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.13.8 |
dev.zio : zio-sql-jdbc_2.13 | jar | 0.0.2 |
Group / Artifact | Type | Version |
---|---|---|
com.github.ghik : silencer-lib_2.13.8 | jar | 1.7.8 |
Group / Artifact | Type | Version |
---|---|---|
org.testcontainers : testcontainers | jar | 1.16.3 |
org.testcontainers : database-commons | jar | 1.16.3 |
org.testcontainers : jdbc | jar | 1.16.3 |
org.testcontainers : mysql | jar | 1.16.3 |
mysql : mysql-connector-java | jar | 8.0.28 |
com.dimafeng : testcontainers-scala-mysql_2.13 | jar | 0.40.5 |