Crud core

A Crud API that support filtering and event handling.

License

License

GroupId

GroupId

dk.apaq.crud
ArtifactId

ArtifactId

crud-core
Last Version

Last Version

1.1.3
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

http://apaq.dk/projects/java-crud-api/crud-core
Source Code Management

Source Code Management

http://code.google.com/p/java-crud/source/browse/tags/crud-1.1.3/crud-core

Download crud-core

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
dk.apaq.filter : filter-core jar 1.0.10

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.3
1.1.2
1.1.1
1.1.0
1.0.20
1.0.12
1.0.11
1.0.10
1.0.9
1.0.7
1.0.4
1.0.2