GroupId | GroupIdio.github.springstudent |
---|---|
ArtifactId | ArtifactIdGyJdbc |
Version | Version1.2.0.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
GyJdbc-1.2.0.RELEASE.pom | |
GyJdbc-1.2.0.RELEASE.jar | 98 KB |
GyJdbc-1.2.0.RELEASE-sources.jar | 52 KB |
GyJdbc-1.2.0.RELEASE-javadoc.jar | 408 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.springstudent/GyJdbc/ -->
<dependency>
<groupId>io.github.springstudent</groupId>
<artifactId>GyJdbc</artifactId>
<version>1.2.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.springstudent/GyJdbc/
implementation 'io.github.springstudent:GyJdbc:1.2.0.RELEASE'
// https://jarcasting.com/artifacts/io.github.springstudent/GyJdbc/
implementation ("io.github.springstudent:GyJdbc:1.2.0.RELEASE")
'io.github.springstudent:GyJdbc:jar:1.2.0.RELEASE'
<dependency org="io.github.springstudent" name="GyJdbc" rev="1.2.0.RELEASE">
<artifact name="GyJdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.springstudent', module='GyJdbc', version='1.2.0.RELEASE')
)
libraryDependencies += "io.github.springstudent" % "GyJdbc" % "1.2.0.RELEASE"
[io.github.springstudent/GyJdbc "1.2.0.RELEASE"]