Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.fangjinuo.agileway |
ArtifactId | ArtifactIdagileway-jdbc-datasource |
Version | Version1.4.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway-jdbc-datasource/ -->
<dependency>
<groupId>com.github.fangjinuo.agileway</groupId>
<artifactId>agileway-jdbc-datasource</artifactId>
<version>1.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway-jdbc-datasource/
implementation 'com.github.fangjinuo.agileway:agileway-jdbc-datasource:1.4.4'
// https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway-jdbc-datasource/
implementation ("com.github.fangjinuo.agileway:agileway-jdbc-datasource:1.4.4")
'com.github.fangjinuo.agileway:agileway-jdbc-datasource:jar:1.4.4'
<dependency org="com.github.fangjinuo.agileway" name="agileway-jdbc-datasource" rev="1.4.4">
<artifact name="agileway-jdbc-datasource" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.agileway', module='agileway-jdbc-datasource', version='1.4.4')
)
libraryDependencies += "com.github.fangjinuo.agileway" % "agileway-jdbc-datasource" % "1.4.4"
[com.github.fangjinuo.agileway/agileway-jdbc-datasource "1.4.4"]