is not current version
Last Version 0.16

com.github.sviperll:chicory-repository 0.11

Library to support an implementation of repository-pattern to use with SQL RDBMS

GroupId

GroupId

com.github.sviperll
ArtifactId

ArtifactId

chicory-repository
Version

Version

0.11
Type

Type

jar

Download chicory-repository 0.11


<!-- https://jarcasting.com/artifacts/com.github.sviperll/chicory-repository/ -->
<dependency>
    <groupId>com.github.sviperll</groupId>
    <artifactId>chicory-repository</artifactId>
    <version>0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sviperll/chicory-repository/
implementation 'com.github.sviperll:chicory-repository:0.11'
// https://jarcasting.com/artifacts/com.github.sviperll/chicory-repository/
implementation ("com.github.sviperll:chicory-repository:0.11")
'com.github.sviperll:chicory-repository:jar:0.11'
<dependency org="com.github.sviperll" name="chicory-repository" rev="0.11">
  <artifact name="chicory-repository" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sviperll', module='chicory-repository', version='0.11')
)
libraryDependencies += "com.github.sviperll" % "chicory-repository" % "0.11"
[com.github.sviperll/chicory-repository "0.11"]