Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.rblessings |
ArtifactId | ArtifactIdsimple-jdbc-data-repository |
Version | Version3.1.2-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>3.1.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rblessings/simple-jdbc-data-repository/
implementation 'com.github.rblessings:simple-jdbc-data-repository:3.1.2-RELEASE'
// https://jarcasting.com/artifacts/com.github.rblessings/simple-jdbc-data-repository/
implementation ("com.github.rblessings:simple-jdbc-data-repository:3.1.2-RELEASE")
'com.github.rblessings:simple-jdbc-data-repository:jar:3.1.2-RELEASE'
<dependency org="com.github.rblessings" name="simple-jdbc-data-repository" rev="3.1.2-RELEASE">
<artifact name="simple-jdbc-data-repository" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rblessings', module='simple-jdbc-data-repository', version='3.1.2-RELEASE')
)
libraryDependencies += "com.github.rblessings" % "simple-jdbc-data-repository" % "3.1.2-RELEASE"
[com.github.rblessings/simple-jdbc-data-repository "3.1.2-RELEASE"]