Categories |
CategoriesMySQL Data Databases CLI User Interface config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.github.shoothzj |
ArtifactId | ArtifactIdconfig-client-impl-mysql |
Version | Version0.0.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.shoothzj/config-client-impl-mysql/ -->
<dependency>
<groupId>com.github.shoothzj</groupId>
<artifactId>config-client-impl-mysql</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shoothzj/config-client-impl-mysql/
implementation 'com.github.shoothzj:config-client-impl-mysql:0.0.5'
// https://jarcasting.com/artifacts/com.github.shoothzj/config-client-impl-mysql/
implementation ("com.github.shoothzj:config-client-impl-mysql:0.0.5")
'com.github.shoothzj:config-client-impl-mysql:jar:0.0.5'
<dependency org="com.github.shoothzj" name="config-client-impl-mysql" rev="0.0.5">
<artifact name="config-client-impl-mysql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shoothzj', module='config-client-impl-mysql', version='0.0.5')
)
libraryDependencies += "com.github.shoothzj" % "config-client-impl-mysql" % "0.0.5"
[com.github.shoothzj/config-client-impl-mysql "0.0.5"]