is not current version
Last Version 3.9.1

com.gitlab.marvinh:service 3.4.3

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.3
Type

Type

jar

Download service 3.4.3


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