Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.nkzawa |
ArtifactId | ArtifactIdengine.io-client |
Version | Version0.2.1 |
Type | Typejar |
Filename | Size |
---|---|
engine.io-client-0.2.1.pom | |
engine.io-client-0.2.1.jar | 91 KB |
engine.io-client-0.2.1-sources.jar | 21 KB |
engine.io-client-0.2.1-javadoc.jar | 171 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.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nkzawa/engine.io-client/
implementation 'com.github.nkzawa:engine.io-client:0.2.1'
// https://jarcasting.com/artifacts/com.github.nkzawa/engine.io-client/
implementation ("com.github.nkzawa:engine.io-client:0.2.1")
'com.github.nkzawa:engine.io-client:jar:0.2.1'
<dependency org="com.github.nkzawa" name="engine.io-client" rev="0.2.1">
<artifact name="engine.io-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nkzawa', module='engine.io-client', version='0.2.1')
)
libraryDependencies += "com.github.nkzawa" % "engine.io-client" % "0.2.1"
[com.github.nkzawa/engine.io-client "0.2.1"]