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