License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.google.cloud.broker |
ArtifactId | ArtifactIddatabase-backend-jdbc |
Last Version | Last Version0.10.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJDBC database backend for the GCP Token Broker
Parent project for the GCP Token Broker service and related artifacts.
|
<!-- https://jarcasting.com/artifacts/com.google.cloud.broker/database-backend-jdbc/ -->
<dependency>
<groupId>com.google.cloud.broker</groupId>
<artifactId>database-backend-jdbc</artifactId>
<version>0.10.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud.broker/database-backend-jdbc/
implementation 'com.google.cloud.broker:database-backend-jdbc:0.10.5'
// https://jarcasting.com/artifacts/com.google.cloud.broker/database-backend-jdbc/
implementation ("com.google.cloud.broker:database-backend-jdbc:0.10.5")
'com.google.cloud.broker:database-backend-jdbc:jar:0.10.5'
<dependency org="com.google.cloud.broker" name="database-backend-jdbc" rev="0.10.5">
<artifact name="database-backend-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud.broker', module='database-backend-jdbc', version='0.10.5')
)
libraryDependencies += "com.google.cloud.broker" % "database-backend-jdbc" % "0.10.5"
[com.google.cloud.broker/database-backend-jdbc "0.10.5"]
Group / Artifact | Type | Version |
---|---|---|
com.google.cloud.broker : broker-core | jar | 0.10.5 |
Group / Artifact | Type | Version |
---|---|---|
com.google.cloud.broker : broker-core | test-jar | 0.10.5 |
org.xerial : sqlite-jdbc | jar | 3.30.1 |
org.postgresql : postgresql | jar | 42.2.10.jre7 |
org.mariadb.jdbc : mariadb-java-client | jar | 2.5.4 |
junit : junit | jar | 4.13 |
org.powermock : powermock-module-junit4 | jar | 2.0.5 |
org.powermock : powermock-api-mockito2 | jar | 2.0.5 |