| Группа | Группаit.agilelab |
|---|---|
| Идентификатор | Идентификаторdarwin-postgres-connector_2.11 |
| Версия | Версия1.0.7 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/it.agilelab/darwin-postgres-connector_2.11/ -->
<dependency>
<groupId>it.agilelab</groupId>
<artifactId>darwin-postgres-connector_2.11</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/it.agilelab/darwin-postgres-connector_2.11/
implementation 'it.agilelab:darwin-postgres-connector_2.11:1.0.7'
// https://jarcasting.com/artifacts/it.agilelab/darwin-postgres-connector_2.11/
implementation ("it.agilelab:darwin-postgres-connector_2.11:1.0.7")
'it.agilelab:darwin-postgres-connector_2.11:jar:1.0.7'
<dependency org="it.agilelab" name="darwin-postgres-connector_2.11" rev="1.0.7">
<artifact name="darwin-postgres-connector_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.agilelab', module='darwin-postgres-connector_2.11', version='1.0.7')
)
libraryDependencies += "it.agilelab" % "darwin-postgres-connector_2.11" % "1.0.7"
[it.agilelab/darwin-postgres-connector_2.11 "1.0.7"]