GroupId | GroupIdcom.centit.framework |
---|---|
ArtifactId | ArtifactIdframework-system-static-jdbc |
Version | Version4.1.1806 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.centit.framework/framework-system-static-jdbc/ -->
<dependency>
<groupId>com.centit.framework</groupId>
<artifactId>framework-system-static-jdbc</artifactId>
<version>4.1.1806</version>
</dependency>
// https://jarcasting.com/artifacts/com.centit.framework/framework-system-static-jdbc/
implementation 'com.centit.framework:framework-system-static-jdbc:4.1.1806'
// https://jarcasting.com/artifacts/com.centit.framework/framework-system-static-jdbc/
implementation ("com.centit.framework:framework-system-static-jdbc:4.1.1806")
'com.centit.framework:framework-system-static-jdbc:jar:4.1.1806'
<dependency org="com.centit.framework" name="framework-system-static-jdbc" rev="4.1.1806">
<artifact name="framework-system-static-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.centit.framework', module='framework-system-static-jdbc', version='4.1.1806')
)
libraryDependencies += "com.centit.framework" % "framework-system-static-jdbc" % "4.1.1806"
[com.centit.framework/framework-system-static-jdbc "4.1.1806"]