Files download
File Operation
play2-sockjs_2.11-0.3.0.jar download
play2-sockjs_2.11-0.3.0.pom download
play2-sockjs_2.11-0.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.fdimuccio</groupId>
  <artifactId>play2-sockjs_2.11</artifactId>
  <version>0.3.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.fdimuccio:play2-sockjs_2.11:0.3.0'
Gradle Kotlin
implementation("com.github.fdimuccio:play2-sockjs_2.11:0.3.0")
Scala SBT
libraryDependencies += "com.github.fdimuccio" % "play2-sockjs_2.11" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.fdimuccio', module='play2-sockjs_2.11', version='0.3.0')
)
Apache Ivy
<dependency org="com.github.fdimuccio" name="play2-sockjs_2.11" rev="0.3.0" />
Leiningen
[com.github.fdimuccio/play2-sockjs_2.11 "0.3.0"]
Apache Buildr
'com.github.fdimuccio:play2-sockjs_2.11:jar:0.3.0'