Categories |
CategoriesMySQL Data Databases |
---|---|
GroupId | GroupIdcom.github.kristofa |
ArtifactId | ArtifactIdbrave-mysql |
Version | Version3.5.0 |
Type | Typejar |
Filename | Size |
---|---|
brave-mysql-3.5.0.pom | |
brave-mysql-3.5.0.jar | 5 KB |
brave-mysql-3.5.0-sources.jar | 3 KB |
brave-mysql-3.5.0-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kristofa/brave-mysql/ -->
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-mysql</artifactId>
<version>3.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kristofa/brave-mysql/
implementation 'com.github.kristofa:brave-mysql:3.5.0'
// https://jarcasting.com/artifacts/com.github.kristofa/brave-mysql/
implementation ("com.github.kristofa:brave-mysql:3.5.0")
'com.github.kristofa:brave-mysql:jar:3.5.0'
<dependency org="com.github.kristofa" name="brave-mysql" rev="3.5.0">
<artifact name="brave-mysql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kristofa', module='brave-mysql', version='3.5.0')
)
libraryDependencies += "com.github.kristofa" % "brave-mysql" % "3.5.0"
[com.github.kristofa/brave-mysql "3.5.0"]