is not current version
Last Version 0.0.5-rc1

Simple server 0.0.4-rc22

Light and high performance non-blocking server

License

License

GroupId

GroupId

com.simplyti.cloud
ArtifactId

ArtifactId

simple-server
Version

Version

0.0.4-rc22
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.4-rc22


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

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
  • core
  • 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