Categories |
CategoriesPostgreSQL Data Databases |
---|---|
GroupId | GroupIdorg.ancoron.postgresql |
ArtifactId | ArtifactIdtest-util |
Version | Version8.4.702.jdbc4.1-rc3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.ancoron.postgresql/test-util/ -->
<dependency>
<groupId>org.ancoron.postgresql</groupId>
<artifactId>test-util</artifactId>
<version>8.4.702.jdbc4.1-rc3</version>
</dependency>
// https://jarcasting.com/artifacts/org.ancoron.postgresql/test-util/
implementation 'org.ancoron.postgresql:test-util:8.4.702.jdbc4.1-rc3'
// https://jarcasting.com/artifacts/org.ancoron.postgresql/test-util/
implementation ("org.ancoron.postgresql:test-util:8.4.702.jdbc4.1-rc3")
'org.ancoron.postgresql:test-util:jar:8.4.702.jdbc4.1-rc3'
<dependency org="org.ancoron.postgresql" name="test-util" rev="8.4.702.jdbc4.1-rc3">
<artifact name="test-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ancoron.postgresql', module='test-util', version='8.4.702.jdbc4.1-rc3')
)
libraryDependencies += "org.ancoron.postgresql" % "test-util" % "8.4.702.jdbc4.1-rc3"
[org.ancoron.postgresql/test-util "8.4.702.jdbc4.1-rc3"]