| GroupId | GroupIdcom.github.niupengyu |
|---|---|
| ArtifactId | ArtifactIdahead-frame-jdbc |
| Version | Version1.2.2-RELEASE |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.niupengyu/ahead-frame-jdbc/ -->
<dependency>
<groupId>com.github.niupengyu</groupId>
<artifactId>ahead-frame-jdbc</artifactId>
<version>1.2.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.niupengyu/ahead-frame-jdbc/
implementation 'com.github.niupengyu:ahead-frame-jdbc:1.2.2-RELEASE'
// https://jarcasting.com/artifacts/com.github.niupengyu/ahead-frame-jdbc/
implementation ("com.github.niupengyu:ahead-frame-jdbc:1.2.2-RELEASE")
'com.github.niupengyu:ahead-frame-jdbc:jar:1.2.2-RELEASE'
<dependency org="com.github.niupengyu" name="ahead-frame-jdbc" rev="1.2.2-RELEASE">
<artifact name="ahead-frame-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.niupengyu', module='ahead-frame-jdbc', version='1.2.2-RELEASE')
)
libraryDependencies += "com.github.niupengyu" % "ahead-frame-jdbc" % "1.2.2-RELEASE"
[com.github.niupengyu/ahead-frame-jdbc "1.2.2-RELEASE"]