Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.rblessings |
ArtifactId | ArtifactIdsimple-jdbc-data-repository |
Version | Version2.4.3-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.rblessings/simple-jdbc-data-repository/ -->
<dependency>
<groupId>com.github.rblessings</groupId>
<artifactId>simple-jdbc-data-repository</artifactId>
<version>2.4.3-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rblessings/simple-jdbc-data-repository/
implementation 'com.github.rblessings:simple-jdbc-data-repository:2.4.3-RELEASE'
// https://jarcasting.com/artifacts/com.github.rblessings/simple-jdbc-data-repository/
implementation ("com.github.rblessings:simple-jdbc-data-repository:2.4.3-RELEASE")
'com.github.rblessings:simple-jdbc-data-repository:jar:2.4.3-RELEASE'
<dependency org="com.github.rblessings" name="simple-jdbc-data-repository" rev="2.4.3-RELEASE">
<artifact name="simple-jdbc-data-repository" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rblessings', module='simple-jdbc-data-repository', version='2.4.3-RELEASE')
)
libraryDependencies += "com.github.rblessings" % "simple-jdbc-data-repository" % "2.4.3-RELEASE"
[com.github.rblessings/simple-jdbc-data-repository "2.4.3-RELEASE"]