| License | License | 
|---|---|
| Categories | CategoriesNet | 
| GroupId | GroupIdnet.craftforge | 
| ArtifactId | ArtifactIdessential | 
| Last Version | Last Version3.0 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Descriptionessential 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 Organizationnet.craftforge.net | 
| Filename | Size | 
|---|---|
| essential-3.0.pom | 10 KB | 
| Browse | 
<!-- 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"]