Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.nkzawa |
ArtifactId | ArtifactIdengine.io-client |
Version | Version0.5.1 |
Type | Typejar |
Filename | Size |
---|---|
engine.io-client-0.5.1.pom | |
engine.io-client-0.5.1.jar | 102 KB |
engine.io-client-0.5.1-sources.jar | 23 KB |
engine.io-client-0.5.1-javadoc.jar | 185 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nkzawa/engine.io-client/ -->
<dependency>
<groupId>com.github.nkzawa</groupId>
<artifactId>engine.io-client</artifactId>
<version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nkzawa/engine.io-client/
implementation 'com.github.nkzawa:engine.io-client:0.5.1'
// https://jarcasting.com/artifacts/com.github.nkzawa/engine.io-client/
implementation ("com.github.nkzawa:engine.io-client:0.5.1")
'com.github.nkzawa:engine.io-client:jar:0.5.1'
<dependency org="com.github.nkzawa" name="engine.io-client" rev="0.5.1">
<artifact name="engine.io-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nkzawa', module='engine.io-client', version='0.5.1')
)
libraryDependencies += "com.github.nkzawa" % "engine.io-client" % "0.5.1"
[com.github.nkzawa/engine.io-client "0.5.1"]