is not current version
Last Version 2.3.1

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

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

GroupId

GroupId

io.knotx
ArtifactId

ArtifactId

knotx-server-http-core
Version

Version

2.0.0-RC5
Type

Type

jar

Download knotx-server-http-core 2.0.0-RC5


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