GroupId | GroupIdorg.anyboot |
---|---|
ArtifactId | ArtifactIdanyboot-jdbc |
Version | Version8.5.1.2117 |
Type | Typejar |
Filename | Size |
---|---|
anyboot-jdbc-8.5.1.2117.pom | |
anyboot-jdbc-8.5.1.2117.jar | 8 KB |
anyboot-jdbc-8.5.1.2117-sources.jar | 24 KB |
anyboot-jdbc-8.5.1.2117-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.anyboot/anyboot-jdbc/ -->
<dependency>
<groupId>org.anyboot</groupId>
<artifactId>anyboot-jdbc</artifactId>
<version>8.5.1.2117</version>
</dependency>
// https://jarcasting.com/artifacts/org.anyboot/anyboot-jdbc/
implementation 'org.anyboot:anyboot-jdbc:8.5.1.2117'
// https://jarcasting.com/artifacts/org.anyboot/anyboot-jdbc/
implementation ("org.anyboot:anyboot-jdbc:8.5.1.2117")
'org.anyboot:anyboot-jdbc:jar:8.5.1.2117'
<dependency org="org.anyboot" name="anyboot-jdbc" rev="8.5.1.2117">
<artifact name="anyboot-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.anyboot', module='anyboot-jdbc', version='8.5.1.2117')
)
libraryDependencies += "org.anyboot" % "anyboot-jdbc" % "8.5.1.2117"
[org.anyboot/anyboot-jdbc "8.5.1.2117"]