katharsis-core

Core Katharsis library

License

License

GroupId

GroupId

io.katharsis
ArtifactId

ArtifactId

katharsis-core
Last Version

Last Version

3.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

katharsis-core
Core Katharsis library
Project URL

Project URL

https://github.com/katharsis-project/katharsis-framework
Source Code Management

Source Code Management

https://github.com/katharsis-project/katharsis-framework

Download katharsis-core

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
org.reflections : reflections Optional jar 0.9.9
net.jodah : typetools jar 0.4.4
org.slf4j : slf4j-api jar 1.7.13
org.apache.commons : commons-lang3 jar 3.0
com.fasterxml.jackson.core : jackson-databind jar 2.8.7
com.fasterxml.jackson.core : jackson-annotations jar 2.8.7

test (7)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.13
net.javacrumbs.json-unit : json-unit-fluent jar 1.5.3
nl.jqno.equalsverifier : equalsverifier jar 1.7.2
com.jayway.jsonpath : json-path jar 2.2.0
junit : junit jar 4.12
org.mockito : mockito-core jar 1.10.19
org.assertj : assertj-core jar 2.2.0

Project Modules

There are no modules declared in this project.

Katharsis logo

Katharsis library adds an additional layer on top of RESTful endpoint to provide easy HATEOAS support for Java by implementing JSON API standard.

This repository is combination of multiple maintained separately repos in katharis-project:

  • katharsis-core - katharsis-core
  • katharsis-rs - katharsis-rs
  • katharsis-spring - katharsis-spring
  • katharsis-servlet - katharsis-servlet
  • katharsis-examples - katharsis-examples

katharsis-framework

Build Status Coverage Status Maven Central

Systems nowadays utilize data from various systems to leverage the business needs. To achieve that, many of them provide usually inconsistent REST interface.

Providing homogeneous REST interface

Katharsis implements JSON API standard which introduces consistent REST interface definition. Now it can be easy to integrate with other systems through uniform mechanisms.

Use the purest form of REST

JSON API is based on HATEOAS which means Hypermedia as the Engine of Application State. It is the highest form of REST which allows producing and storing as little documentation as possible.


By using Katharsis it is easier to develop both Customer Facing Applications and server side services. The developers can have one unified base for their work.

Consistent resources and repositories

Katharsis introduces a way of defining both resources which can be shared over the REST interface and a repository for their handling.

Integration with other libraries

Because of the usage of JSON API, Katharsis can be used with many other libraries which support the standard.

Documentation and examples

Documentation, along with example projects and project details are available on project website katharsis.io

Chat

Need to directly talk to us? Write on gitter:

Join the chat at https://gitter.im/katharsis-project/katharsis-framework

io.katharsis

katharsis

JSON:API standard for Java

Versions

Version
3.0.2
3.0.1
3.0.0
2.8.2
2.8.1
2.7.0
2.6.0
2.5.0
2.4.2
2.4.1
2.4.0
2.3.2
2.3.1
2.3.0
2.2.0
2.1.7
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
1.0.1
1.0.0
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0