crud4j

A Crud API that support filtering and event handling.

License

License

GroupId

GroupId

dk.apaq
ArtifactId

ArtifactId

crud4j
Last Version

Last Version

1.2.1
Release Date

Release Date

Type

Type

pom
Description

Description

crud4j
A Crud API that support filtering and event handling.
Project URL

Project URL

http://apaq.dk/projects/java-crud-api

Download crud4j

Filename Size
crud4j-1.2.1.pom 4 KB
Browse

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.2

Project Modules

  • crud-core
  • crud-jpa
  • crud4j-example

Versions

Version
1.2.1
1.2.0