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