Last Version

Fruit 0.5.0

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

License

License

GroupId

GroupId

org.cdlflex
ArtifactId

ArtifactId

fruit
Version

Version

0.5.0
Type

Type

pom
Description

Description

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

Source Code Management

https://github.com/flex-oss/flex-fruit

Download fruit 0.5.0

Filename Size
fruit-0.5.0.pom 5 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • fruit-core
  • fruit-jpa
  • fruit-util