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

org.cdlflex:fruit 0.2.0

Fruit is a simple object store API layer to abstract common DAO-type persistence use-cases.

Группа

Группа

org.cdlflex
Идентификатор

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

fruit
Версия

Версия

0.2.0
Тип

Тип

pom

Скачать fruit 0.2.0

Имя Файла Размер
fruit-0.2.0.pom 4 KB
Обзор

<!-- https://jarcasting.com/artifacts/org.cdlflex/fruit/ -->
<dependency>
    <groupId>org.cdlflex</groupId>
    <artifactId>fruit</artifactId>
    <version>0.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.cdlflex/fruit/
implementation 'org.cdlflex:fruit:0.2.0'
// https://jarcasting.com/artifacts/org.cdlflex/fruit/
implementation ("org.cdlflex:fruit:0.2.0")
'org.cdlflex:fruit:pom:0.2.0'
<dependency org="org.cdlflex" name="fruit" rev="0.2.0">
  <artifact name="fruit" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.cdlflex', module='fruit', version='0.2.0')
)
libraryDependencies += "org.cdlflex" % "fruit" % "0.2.0"
[org.cdlflex/fruit "0.2.0"]