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

io.knotx:knotx-server-http-core 2.0.0-RC1

Knot.x HTTP Server that handles all incoming HTTP requests.

Группа

Группа

io.knotx
Идентификатор

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

knotx-server-http-core
Версия

Версия

2.0.0-RC1
Тип

Тип

jar

Скачать knotx-server-http-core 2.0.0-RC1


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