GroupId | GroupIdorg.anyboot |
---|---|
ArtifactId | ArtifactIdanyboot-jdbc |
Version | Version8.5.3.2312-20220525 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.anyboot/anyboot-jdbc/ -->
<dependency>
<groupId>org.anyboot</groupId>
<artifactId>anyboot-jdbc</artifactId>
<version>8.5.3.2312-20220525</version>
</dependency>
// https://jarcasting.com/artifacts/org.anyboot/anyboot-jdbc/
implementation 'org.anyboot:anyboot-jdbc:8.5.3.2312-20220525'
// https://jarcasting.com/artifacts/org.anyboot/anyboot-jdbc/
implementation ("org.anyboot:anyboot-jdbc:8.5.3.2312-20220525")
'org.anyboot:anyboot-jdbc:jar:8.5.3.2312-20220525'
<dependency org="org.anyboot" name="anyboot-jdbc" rev="8.5.3.2312-20220525">
<artifact name="anyboot-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.anyboot', module='anyboot-jdbc', version='8.5.3.2312-20220525')
)
libraryDependencies += "org.anyboot" % "anyboot-jdbc" % "8.5.3.2312-20220525"
[org.anyboot/anyboot-jdbc "8.5.3.2312-20220525"]