Categories |
CategoriesUML Business Logic Libraries Documents Processing |
---|---|
GroupId | GroupIdorg.umlg |
ArtifactId | ArtifactIdsqlg-benchmark-postgres |
Version | Version1.3.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.umlg/sqlg-benchmark-postgres/ -->
<dependency>
<groupId>org.umlg</groupId>
<artifactId>sqlg-benchmark-postgres</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.umlg/sqlg-benchmark-postgres/
implementation 'org.umlg:sqlg-benchmark-postgres:1.3.1'
// https://jarcasting.com/artifacts/org.umlg/sqlg-benchmark-postgres/
implementation ("org.umlg:sqlg-benchmark-postgres:1.3.1")
'org.umlg:sqlg-benchmark-postgres:jar:1.3.1'
<dependency org="org.umlg" name="sqlg-benchmark-postgres" rev="1.3.1">
<artifact name="sqlg-benchmark-postgres" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.umlg', module='sqlg-benchmark-postgres', version='1.3.1')
)
libraryDependencies += "org.umlg" % "sqlg-benchmark-postgres" % "1.3.1"
[org.umlg/sqlg-benchmark-postgres "1.3.1"]