Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>io.socket</groupId>
  <artifactId>socket.io-client</artifactId>
  <version>2.1.0</version>
</dependency>

Apache Buildr

'io.socket:socket.io-client:jar:2.1.0'

Apache Ivy

<dependency org="io.socket" name="socket.io-client" rev="2.1.0">
  <artifact name="socket.io-client" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='io.socket', module='socket.io-client', version='2.1.0')
)

Gradle/Grails

compile 'io.socket:socket.io-client:2.1.0'

Scala SBT

libraryDependencies += "io.socket" % "socket.io-client" % "2.1.0"

Leiningen

[io.socket/socket.io-client "2.1.0"]