GroupId | GroupIdio.xream.x7 |
---|---|
ArtifactId | ArtifactIdx7-jdbc-template-plus |
Version | Version2.3.3.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.xream.x7/x7-jdbc-template-plus/ -->
<dependency>
<groupId>io.xream.x7</groupId>
<artifactId>x7-jdbc-template-plus</artifactId>
<version>2.3.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.xream.x7/x7-jdbc-template-plus/
implementation 'io.xream.x7:x7-jdbc-template-plus:2.3.3.RELEASE'
// https://jarcasting.com/artifacts/io.xream.x7/x7-jdbc-template-plus/
implementation ("io.xream.x7:x7-jdbc-template-plus:2.3.3.RELEASE")
'io.xream.x7:x7-jdbc-template-plus:jar:2.3.3.RELEASE'
<dependency org="io.xream.x7" name="x7-jdbc-template-plus" rev="2.3.3.RELEASE">
<artifact name="x7-jdbc-template-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.xream.x7', module='x7-jdbc-template-plus', version='2.3.3.RELEASE')
)
libraryDependencies += "io.xream.x7" % "x7-jdbc-template-plus" % "2.3.3.RELEASE"
[io.xream.x7/x7-jdbc-template-plus "2.3.3.RELEASE"]