| License |
License |
|---|---|
| GroupId | GroupIdcom.simplyti.cloud |
| ArtifactId | ArtifactIdsimple-server |
| Last Version | Last Version0.0.5-rc1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionSimple server
Light and high performance non-blocking server
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| simple-server-0.0.5-rc1.pom | 13 KB |
| Browse |
<!-- 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"]