s

smallmind-bayeux

Bayeux Protocol
Files download
File Operation
smallmind-bayeux-5.5.0.pom download
Apache Maven
<dependency>
  <groupId>org.smallmind</groupId>
  <artifactId>smallmind-bayeux</artifactId>
  <version>5.5.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.smallmind:smallmind-bayeux:5.5.0'
Gradle Kotlin
implementation("org.smallmind:smallmind-bayeux:5.5.0")
Scala SBT
libraryDependencies += "org.smallmind" % "smallmind-bayeux" % "5.5.0"
Groovy Grape
@Grapes(
  @Grab(group='org.smallmind', module='smallmind-bayeux', version='5.5.0')
)
Apache Ivy
<dependency org="org.smallmind" name="smallmind-bayeux" rev="5.5.0" />
Leiningen
[org.smallmind/smallmind-bayeux "5.5.0"]
Apache Buildr
'org.smallmind:smallmind-bayeux:jar:5.5.0'