не последняя версия
Последняя версия 3.0

net.craftforge:essential 2.0-beta2

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.

Категории

Категории

Сеть
Группа

Группа

net.craftforge
Идентификатор

Идентификатор

essential
Версия

Версия

2.0-beta2
Тип

Тип

pom

Скачать essential 2.0-beta2

Имя Файла Размер
essential-2.0-beta2.pom 5 KB
Обзор

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