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