Categories |
CategoriesPostgreSQL Data Databases Net |
---|---|
GroupId | GroupIdnet.anwiba.database |
ArtifactId | ArtifactIdanwiba-database-postgresql |
Version | Version1.0.180 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.anwiba.database/anwiba-database-postgresql/ -->
<dependency>
<groupId>net.anwiba.database</groupId>
<artifactId>anwiba-database-postgresql</artifactId>
<version>1.0.180</version>
</dependency>
// https://jarcasting.com/artifacts/net.anwiba.database/anwiba-database-postgresql/
implementation 'net.anwiba.database:anwiba-database-postgresql:1.0.180'
// https://jarcasting.com/artifacts/net.anwiba.database/anwiba-database-postgresql/
implementation ("net.anwiba.database:anwiba-database-postgresql:1.0.180")
'net.anwiba.database:anwiba-database-postgresql:jar:1.0.180'
<dependency org="net.anwiba.database" name="anwiba-database-postgresql" rev="1.0.180">
<artifact name="anwiba-database-postgresql" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.anwiba.database', module='anwiba-database-postgresql', version='1.0.180')
)
libraryDependencies += "net.anwiba.database" % "anwiba-database-postgresql" % "1.0.180"
[net.anwiba.database/anwiba-database-postgresql "1.0.180"]