GroupId | GroupIdcom.gitlab.marvinh |
---|---|
ArtifactId | ArtifactIdsocket |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
socket-1.1.pom | |
socket-1.1.jar | 8 KB |
socket-1.1-sources.jar | 4 KB |
socket-1.1-javadoc.jar | 413 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitlab.marvinh/socket/ -->
<dependency>
<groupId>com.gitlab.marvinh</groupId>
<artifactId>socket</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitlab.marvinh/socket/
implementation 'com.gitlab.marvinh:socket:1.1'
// https://jarcasting.com/artifacts/com.gitlab.marvinh/socket/
implementation ("com.gitlab.marvinh:socket:1.1")
'com.gitlab.marvinh:socket:jar:1.1'
<dependency org="com.gitlab.marvinh" name="socket" rev="1.1">
<artifact name="socket" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.marvinh', module='socket', version='1.1')
)
libraryDependencies += "com.gitlab.marvinh" % "socket" % "1.1"
[com.gitlab.marvinh/socket "1.1"]