is not current version
Last Version 3.9.1

com.gitlab.marvinh:service 1.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

1.1
Type

Type

jar

Download service 1.1


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