| GroupId | GroupIdit.agilelab |
|---|---|
| ArtifactId | ArtifactIddarwin-postgres-connector_2.11 |
| Version | Version1.1.1 |
| Type | Typejar |
<!-- 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.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/it.agilelab/darwin-postgres-connector_2.11/
implementation 'it.agilelab:darwin-postgres-connector_2.11:1.1.1'
// https://jarcasting.com/artifacts/it.agilelab/darwin-postgres-connector_2.11/
implementation ("it.agilelab:darwin-postgres-connector_2.11:1.1.1")
'it.agilelab:darwin-postgres-connector_2.11:jar:1.1.1'
<dependency org="it.agilelab" name="darwin-postgres-connector_2.11" rev="1.1.1">
<artifact name="darwin-postgres-connector_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.agilelab', module='darwin-postgres-connector_2.11', version='1.1.1')
)
libraryDependencies += "it.agilelab" % "darwin-postgres-connector_2.11" % "1.1.1"
[it.agilelab/darwin-postgres-connector_2.11 "1.1.1"]