is not current version
Last Version 3.0

net.craftforge:essential 1.0

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.

Categories

Categories

Net
GroupId

GroupId

net.craftforge
ArtifactId

ArtifactId

essential
Version

Version

1.0
Type

Type

pom

Download essential 1.0

Filename Size
essential-1.0.pom 5 KB
Browse

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