Categories |
CategoriesMySQL Data Databases |
---|---|
GroupId | GroupIdcom.github.obase |
ArtifactId | ArtifactIdobase-mysql |
Version | Version0.6.0 |
Type | Typejar |
Filename | Size |
---|---|
obase-mysql-0.6.0.pom | |
obase-mysql-0.6.0.jar | 152 KB |
obase-mysql-0.6.0-sources.jar | 55 KB |
obase-mysql-0.6.0-javadoc.jar | 270 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.obase/obase-mysql/ -->
<dependency>
<groupId>com.github.obase</groupId>
<artifactId>obase-mysql</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.obase/obase-mysql/
implementation 'com.github.obase:obase-mysql:0.6.0'
// https://jarcasting.com/artifacts/com.github.obase/obase-mysql/
implementation ("com.github.obase:obase-mysql:0.6.0")
'com.github.obase:obase-mysql:jar:0.6.0'
<dependency org="com.github.obase" name="obase-mysql" rev="0.6.0">
<artifact name="obase-mysql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.obase', module='obase-mysql', version='0.6.0')
)
libraryDependencies += "com.github.obase" % "obase-mysql" % "0.6.0"
[com.github.obase/obase-mysql "0.6.0"]