<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-toolkit-postgre-single-lib</artifactId>
<version>0.42.1</version>
</dependency>
libraryDependencies += "com.microsoft.azure" % "azure-toolkit-postgre-single-lib" % "0.42.1"
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-toolkit-postgre-single-lib', version='0.42.1')
)
<dependency org="com.microsoft.azure" name="azure-toolkit-postgre-single-lib" rev="0.42.1" />
<parent> <groupId>com.microsoft.azure</groupId> <artifactId>azure-toolkit-libs</artifactId> <version>0.42.1</version> </parent>
compile
|-- com.microsoft.azure:azure-toolkit-common-lib
|-- com.microsoft.azure:azure-toolkit-database-lib
|-- com.microsoft.azure:azure-toolkit-auth-lib
|-- com.azure.resourcemanager:azure-resourcemanager-postgresql
provided