Last Version

Simple server 0.0.5-rc1

Light and high performance non-blocking server

License

License

GroupId

GroupId

com.simplyti.cloud
ArtifactId

ArtifactId

simple-server
Version

Version

0.0.5-rc1
Type

Type

pom
Description

Description

Simple server
Light and high performance non-blocking server
Project URL

Project URL

https://github.com/simplyti/simple-server
Source Code Management

Source Code Management

https://github.com/simplyti/simple-server

Download simple-server 0.0.5-rc1


<!-- https://jarcasting.com/artifacts/com.simplyti.cloud/simple-server/ -->
<dependency>
    <groupId>com.simplyti.cloud</groupId>
    <artifactId>simple-server</artifactId>
    <version>0.0.5-rc1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.simplyti.cloud/simple-server/
implementation 'com.simplyti.cloud:simple-server:0.0.5-rc1'
// https://jarcasting.com/artifacts/com.simplyti.cloud/simple-server/
implementation ("com.simplyti.cloud:simple-server:0.0.5-rc1")
'com.simplyti.cloud:simple-server:pom:0.0.5-rc1'
<dependency org="com.simplyti.cloud" name="simple-server" rev="0.0.5-rc1">
  <artifact name="simple-server" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.simplyti.cloud', module='simple-server', version='0.0.5-rc1')
)
libraryDependencies += "com.simplyti.cloud" % "simple-server" % "0.0.5-rc1"
[com.simplyti.cloud/simple-server "0.0.5-rc1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • commons
  • commons-netty
  • serializer-json
  • serializer-dsljson
  • serializer-dsljson-guice
  • serializer-dsljson-dagger
  • serializer-jsoniter
  • serializer-jackson
  • serializer-jackson-guice
  • filters
  • filters-http
  • core
  • http-api-builder
  • http-file-server
  • di-dagger
  • di-guice
  • aws-lambda
  • auth-oidc
  • auth-oidc-guice
  • clients
  • clients-http
  • clients-k8s
  • gateway
  • gateway-guice
  • gateway-dagger
  • discovery-k8s
  • discovery-k8s-guice
  • acceptance