License |
License |
---|---|
GroupId | GroupIdcom.gitlab.marvinh |
ArtifactId | ArtifactIdservice |
Version | Version3.9.1 |
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 | 14 KB |
service-3.9.1-sources.jar | 6 KB |
service-3.9.1-javadoc.jar | 439 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 |