| License |
License |
|---|---|
| GroupId | GroupIddk.apaq.crud |
| ArtifactId | ArtifactIdcrud-core |
| Last Version | Last Version1.1.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCrud core
A Crud API that support filtering and event handling.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| crud-core-1.1.3.pom | |
| crud-core-1.1.3.jar | 17 KB |
| crud-core-1.1.3-sources.jar | 11 KB |
| crud-core-1.1.3-javadoc.jar | 105 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| dk.apaq.filter : filter-core | jar | 1.0.10 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.2 |