GroupId | GroupIdcom.googlecode.jdbc-proc.jdbc-proc |
---|---|
ArtifactId | ArtifactIdjdbc-proc-integration-test |
Version | Version1.0-33 |
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.0-33</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.0-33'
// 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.0-33")
'com.googlecode.jdbc-proc.jdbc-proc:jdbc-proc-integration-test:jar:1.0-33'
<dependency org="com.googlecode.jdbc-proc.jdbc-proc" name="jdbc-proc-integration-test" rev="1.0-33">
<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.0-33')
)
libraryDependencies += "com.googlecode.jdbc-proc.jdbc-proc" % "jdbc-proc-integration-test" % "1.0-33"
[com.googlecode.jdbc-proc.jdbc-proc/jdbc-proc-integration-test "1.0-33"]