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