Dependency Information
Apache Maven
<dependency> <groupId>io.socket</groupId> <artifactId>socket.io-client</artifactId> <version>2.1.1</version> </dependency>
Apache Buildr
'io.socket:socket.io-client:jar:2.1.1'
Apache Ivy
<dependency org="io.socket" name="socket.io-client" rev="2.1.1"> <artifact name="socket.io-client" type="jar" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='io.socket', module='socket.io-client', version='2.1.1') )
Gradle/Grails
compile 'io.socket:socket.io-client:2.1.1'
Scala SBT
libraryDependencies += "io.socket" % "socket.io-client" % "2.1.1"
Leiningen
[io.socket/socket.io-client "2.1.1"]