| License |
License |
|---|---|
| GroupId | GroupIdcom.gitlab.marvinh |
| ArtifactId | ArtifactIdservice |
| Last Version | Last Version3.9.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionService
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 |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| service-3.9.1.pom | |
| service-3.9.1.jar | 5 KB |
| service-3.9.1-sources.jar | 4 KB |
| service-3.9.1-javadoc.jar | 410 KB |
| Browse |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.28 |
| org.junit.jupiter : junit-jupiter | jar | 5.5.2 |