Service

This is a library providing an API for developing services for a Java application that communicate that communicate through sockets with a client

License

License

GroupId

GroupId

com.gitlab.marvinh
ArtifactId

ArtifactId

service
Last Version

Last Version

3.9.1
Release Date

Release Date

Type

Type

jar
Description

Description

Service
This is a library providing an API for developing services for a Java application that communicate that communicate through sockets with a client
Project URL

Project URL

https://gitlab.com/marvinh-tradingsystem/service
Source Code Management

Source Code Management

https://gitlab.com/marvinh-tradingsystem/service

Download service

How to add to project

<!-- https://jarcasting.com/artifacts/com.gitlab.marvinh/service/ -->
<dependency>
    <groupId>com.gitlab.marvinh</groupId>
    <artifactId>service</artifactId>
    <version>3.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitlab.marvinh/service/
implementation 'com.gitlab.marvinh:service:3.9.1'
// https://jarcasting.com/artifacts/com.gitlab.marvinh/service/
implementation ("com.gitlab.marvinh:service:3.9.1")
'com.gitlab.marvinh:service:jar:3.9.1'
<dependency org="com.gitlab.marvinh" name="service" rev="3.9.1">
  <artifact name="service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.marvinh', module='service', version='3.9.1')
)
libraryDependencies += "com.gitlab.marvinh" % "service" % "3.9.1"
[com.gitlab.marvinh/service "3.9.1"]

Dependencies

compile (3)

Group / Artifact Type Version
com.gitlab.marvinh : socket jar 2.1
com.google.code.gson : gson jar 2.8.6
org.slf4j : slf4j-api jar 1.7.28

test (2)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.28
org.junit.jupiter : junit-jupiter jar 5.5.2

Project Modules

There are no modules declared in this project.

Versions

Version
3.9.1
3.7
3.6
3.4.4
3.4.3
3.4.2
3.4.0
3.3
3.2
3.1
3.0
2.1
2.0
1.1
1.0