GroupId | GroupIdcom.github.g-chenning |
---|---|
ArtifactId | ArtifactIdJDBC-yml-Quick |
Version | Version0.0.6-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.g-chenning/JDBC-yml-Quick/ -->
<dependency>
<groupId>com.github.g-chenning</groupId>
<artifactId>JDBC-yml-Quick</artifactId>
<version>0.0.6-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.g-chenning/JDBC-yml-Quick/
implementation 'com.github.g-chenning:JDBC-yml-Quick:0.0.6-RELEASE'
// https://jarcasting.com/artifacts/com.github.g-chenning/JDBC-yml-Quick/
implementation ("com.github.g-chenning:JDBC-yml-Quick:0.0.6-RELEASE")
'com.github.g-chenning:JDBC-yml-Quick:jar:0.0.6-RELEASE'
<dependency org="com.github.g-chenning" name="JDBC-yml-Quick" rev="0.0.6-RELEASE">
<artifact name="JDBC-yml-Quick" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.g-chenning', module='JDBC-yml-Quick', version='0.0.6-RELEASE')
)
libraryDependencies += "com.github.g-chenning" % "JDBC-yml-Quick" % "0.0.6-RELEASE"
[com.github.g-chenning/JDBC-yml-Quick "0.0.6-RELEASE"]