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