GroupId | GroupIdorg.jumpmind.symmetric |
---|---|
ArtifactId | ArtifactIdsymmetric-postgres |
Version | Version3.5.18 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jumpmind.symmetric/symmetric-postgres/ -->
<dependency>
<groupId>org.jumpmind.symmetric</groupId>
<artifactId>symmetric-postgres</artifactId>
<version>3.5.18</version>
</dependency>
// https://jarcasting.com/artifacts/org.jumpmind.symmetric/symmetric-postgres/
implementation 'org.jumpmind.symmetric:symmetric-postgres:3.5.18'
// https://jarcasting.com/artifacts/org.jumpmind.symmetric/symmetric-postgres/
implementation ("org.jumpmind.symmetric:symmetric-postgres:3.5.18")
'org.jumpmind.symmetric:symmetric-postgres:jar:3.5.18'
<dependency org="org.jumpmind.symmetric" name="symmetric-postgres" rev="3.5.18">
<artifact name="symmetric-postgres" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jumpmind.symmetric', module='symmetric-postgres', version='3.5.18')
)
libraryDependencies += "org.jumpmind.symmetric" % "symmetric-postgres" % "3.5.18"
[org.jumpmind.symmetric/symmetric-postgres "3.5.18"]