Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.bingoohuang |
ArtifactId | ArtifactIdmulti-tenants-connection-pool |
Version | Version0.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.bingoohuang/multi-tenants-connection-pool/ -->
<dependency>
<groupId>com.github.bingoohuang</groupId>
<artifactId>multi-tenants-connection-pool</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bingoohuang/multi-tenants-connection-pool/
implementation 'com.github.bingoohuang:multi-tenants-connection-pool:0.0.1'
// https://jarcasting.com/artifacts/com.github.bingoohuang/multi-tenants-connection-pool/
implementation ("com.github.bingoohuang:multi-tenants-connection-pool:0.0.1")
'com.github.bingoohuang:multi-tenants-connection-pool:jar:0.0.1'
<dependency org="com.github.bingoohuang" name="multi-tenants-connection-pool" rev="0.0.1">
<artifact name="multi-tenants-connection-pool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bingoohuang', module='multi-tenants-connection-pool', version='0.0.1')
)
libraryDependencies += "com.github.bingoohuang" % "multi-tenants-connection-pool" % "0.0.1"
[com.github.bingoohuang/multi-tenants-connection-pool "0.0.1"]