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