GroupId | GroupIdcom.googlecode.jinahya |
---|---|
ArtifactId | ArtifactIdjdbc-helper |
Version | Version1.0-alpha-12 |
Type | Typejar |
Filename | Size |
---|---|
jdbc-helper-1.0-alpha-12.pom | |
jdbc-helper-1.0-alpha-12.jar | 16 KB |
jdbc-helper-1.0-alpha-12-sources.jar | 13 KB |
jdbc-helper-1.0-alpha-12-javadoc.jar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.jinahya/jdbc-helper/ -->
<dependency>
<groupId>com.googlecode.jinahya</groupId>
<artifactId>jdbc-helper</artifactId>
<version>1.0-alpha-12</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.jinahya/jdbc-helper/
implementation 'com.googlecode.jinahya:jdbc-helper:1.0-alpha-12'
// https://jarcasting.com/artifacts/com.googlecode.jinahya/jdbc-helper/
implementation ("com.googlecode.jinahya:jdbc-helper:1.0-alpha-12")
'com.googlecode.jinahya:jdbc-helper:jar:1.0-alpha-12'
<dependency org="com.googlecode.jinahya" name="jdbc-helper" rev="1.0-alpha-12">
<artifact name="jdbc-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.jinahya', module='jdbc-helper', version='1.0-alpha-12')
)
libraryDependencies += "com.googlecode.jinahya" % "jdbc-helper" % "1.0-alpha-12"
[com.googlecode.jinahya/jdbc-helper "1.0-alpha-12"]