is not current version
Last Version 3.9.1

com.gitlab.marvinh:service 2.1

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

2.1
Type

Type

jar

Download service 2.1


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