GroupId | GroupIdcom.googlecode.jdbc-proc.jdbc-proc |
---|---|
ArtifactId | ArtifactIdjdbc-proc-integration-test |
Version | Version1.1-12 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.googlecode.jdbc-proc.jdbc-proc/jdbc-proc-integration-test/ -->
<dependency>
<groupId>com.googlecode.jdbc-proc.jdbc-proc</groupId>
<artifactId>jdbc-proc-integration-test</artifactId>
<version>1.1-12</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.jdbc-proc.jdbc-proc/jdbc-proc-integration-test/
implementation 'com.googlecode.jdbc-proc.jdbc-proc:jdbc-proc-integration-test:1.1-12'
// https://jarcasting.com/artifacts/com.googlecode.jdbc-proc.jdbc-proc/jdbc-proc-integration-test/
implementation ("com.googlecode.jdbc-proc.jdbc-proc:jdbc-proc-integration-test:1.1-12")
'com.googlecode.jdbc-proc.jdbc-proc:jdbc-proc-integration-test:jar:1.1-12'
<dependency org="com.googlecode.jdbc-proc.jdbc-proc" name="jdbc-proc-integration-test" rev="1.1-12">
<artifact name="jdbc-proc-integration-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.jdbc-proc.jdbc-proc', module='jdbc-proc-integration-test', version='1.1-12')
)
libraryDependencies += "com.googlecode.jdbc-proc.jdbc-proc" % "jdbc-proc-integration-test" % "1.1-12"
[com.googlecode.jdbc-proc.jdbc-proc/jdbc-proc-integration-test "1.1-12"]