Categories |
CategoriesData Auto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.github.EDM-zhou |
ArtifactId | ArtifactIdauto-switch-datasource |
Version | Version1.0.0-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.EDM-zhou/auto-switch-datasource/ -->
<dependency>
<groupId>com.github.EDM-zhou</groupId>
<artifactId>auto-switch-datasource</artifactId>
<version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.EDM-zhou/auto-switch-datasource/
implementation 'com.github.EDM-zhou:auto-switch-datasource:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.EDM-zhou/auto-switch-datasource/
implementation ("com.github.EDM-zhou:auto-switch-datasource:1.0.0-RELEASE")
'com.github.EDM-zhou:auto-switch-datasource:jar:1.0.0-RELEASE'
<dependency org="com.github.EDM-zhou" name="auto-switch-datasource" rev="1.0.0-RELEASE">
<artifact name="auto-switch-datasource" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.EDM-zhou', module='auto-switch-datasource', version='1.0.0-RELEASE')
)
libraryDependencies += "com.github.EDM-zhou" % "auto-switch-datasource" % "1.0.0-RELEASE"
[com.github.EDM-zhou/auto-switch-datasource "1.0.0-RELEASE"]