is not current version
Last Version 3.9.1

com.gitlab.marvinh:service 3.4.4

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

GroupId

GroupId

com.gitlab.marvinh
ArtifactId

ArtifactId

service
Version

Version

3.4.4
Type

Type

jar

Download service 3.4.4


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