GroupId | GroupIdcom.github.autermann |
---|---|
ArtifactId | ArtifactIdsockets |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
sockets-1.0.0.pom | |
sockets-1.0.0.jar | 38 KB |
sockets-1.0.0-sources.jar | 26 KB |
sockets-1.0.0-javadoc.jar | 158 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.autermann/sockets/ -->
<dependency>
<groupId>com.github.autermann</groupId>
<artifactId>sockets</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.autermann/sockets/
implementation 'com.github.autermann:sockets:1.0.0'
// https://jarcasting.com/artifacts/com.github.autermann/sockets/
implementation ("com.github.autermann:sockets:1.0.0")
'com.github.autermann:sockets:jar:1.0.0'
<dependency org="com.github.autermann" name="sockets" rev="1.0.0">
<artifact name="sockets" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.autermann', module='sockets', version='1.0.0')
)
libraryDependencies += "com.github.autermann" % "sockets" % "1.0.0"
[com.github.autermann/sockets "1.0.0"]