Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.fangjinuo.agileway |
ArtifactId | ArtifactIdagileway-jdbc-datasource |
Version | Version2.2.0 |
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>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway-jdbc-datasource/
implementation 'com.github.fangjinuo.agileway:agileway-jdbc-datasource:2.2.0'
// https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway-jdbc-datasource/
implementation ("com.github.fangjinuo.agileway:agileway-jdbc-datasource:2.2.0")
'com.github.fangjinuo.agileway:agileway-jdbc-datasource:jar:2.2.0'
<dependency org="com.github.fangjinuo.agileway" name="agileway-jdbc-datasource" rev="2.2.0">
<artifact name="agileway-jdbc-datasource" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.agileway', module='agileway-jdbc-datasource', version='2.2.0')
)
libraryDependencies += "com.github.fangjinuo.agileway" % "agileway-jdbc-datasource" % "2.2.0"
[com.github.fangjinuo.agileway/agileway-jdbc-datasource "2.2.0"]