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