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