не последняя версия
Последняя версия 0.16

com.github.sviperll:chicory-repository 0.10

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

Группа

Группа

com.github.sviperll
Идентификатор

Идентификатор

chicory-repository
Версия

Версия

0.10
Тип

Тип

jar

Скачать chicory-repository 0.10


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