essential

essential is a lightweight framework for realizing REST in Java with focus on processing and delivering XML and JSON while keeping the flexibility to support any kind of input and output formats. Therefore, avoiding redundant code and providing an intuitive way of consuming and producing different formats are essential's most important features.

License

License

Categories

Categories

Net
GroupId

GroupId

net.craftforge
ArtifactId

ArtifactId

essential
Last Version

Last Version

3.0
Release Date

Release Date

Type

Type

pom
Description

Description

essential
essential is a lightweight framework for realizing REST in Java with focus on processing and delivering XML and JSON while keeping the flexibility to support any kind of input and output formats. Therefore, avoiding redundant code and providing an intuitive way of consuming and producing different formats are essential's most important features.
Project Organization

Project Organization

net.craftforge.net

Download essential

Filename Size
essential-3.0.pom 10 KB
Browse

How to add to project

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

Dependencies

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

Project Modules

  • essential-core
  • essential-client
  • essential-controller
  • essential-guice
  • essential-example
  • essential-spring

Versions

Version
3.0
2.0
2.0-beta2
1.0