License |
License |
---|---|
GroupId | GroupIdcom.gitlab.marvinh |
ArtifactId | ArtifactIdsocket |
Version | Version2.1 |
Type | Typejar |
Description |
DescriptionSocket
Library for creating sockets on server and client and run code on it
|
Filename | Size |
---|---|
socket-2.1.pom | |
socket-2.1.jar | 10 KB |
socket-2.1-sources.jar | 5 KB |
socket-2.1-javadoc.jar | 426 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitlab.marvinh/socket/ -->
<dependency>
<groupId>com.gitlab.marvinh</groupId>
<artifactId>socket</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitlab.marvinh/socket/
implementation 'com.gitlab.marvinh:socket:2.1'
// https://jarcasting.com/artifacts/com.gitlab.marvinh/socket/
implementation ("com.gitlab.marvinh:socket:2.1")
'com.gitlab.marvinh:socket:jar:2.1'
<dependency org="com.gitlab.marvinh" name="socket" rev="2.1">
<artifact name="socket" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.marvinh', module='socket', version='2.1')
)
libraryDependencies += "com.gitlab.marvinh" % "socket" % "2.1"
[com.gitlab.marvinh/socket "2.1"]
Group / Artifact | Type | Version |
---|---|---|
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 |