MVN

net.smolok : smolok-eventbus-client

Maven & Gradle

Nov 22, 2016
7 usages
<dependency>
    <groupId>net.smolok</groupId>
    <artifactId>smolok-eventbus-client</artifactId>
    <version>0.0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.smolok : smolok-eventbus-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.11

All Versions

Choose a version of net.smolok : smolok-eventbus-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
smolok-eventbus-client-0.0.11
smolok-eventbus-client-0.0.10
smolok-eventbus-client-0.0.9
smolok-eventbus-client-0.0.8
smolok-eventbus-client-0.0.7
smolok-eventbus-client-0.0.6
smolok-eventbus-client-0.0.5
smolok-eventbus-client-0.0.4
smolok-eventbus-client-0.0.3
smolok-eventbus-client-0.0.2
smolok-eventbus-client-0.0.1
smolok-eventbus-client-0.0.0

How to add a dependency to Maven

Add the following net.smolok : smolok-eventbus-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.smolok</groupId>
    <artifactId>smolok-eventbus-client</artifactId>
    <version>0.0.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.smolok : smolok-eventbus-client gradle dependency to your build.gradle file:

implementation 'net.smolok:smolok-eventbus-client:0.0.11'

Gradle Kotlin DSL: Add the following net.smolok : smolok-eventbus-client gradle kotlin dependency to your build.gradle.kts file:

implementation("net.smolok:smolok-eventbus-client:0.0.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.smolok : smolok-eventbus-client sbt scala dependency to your build.sbt file:

libraryDependencies += "net.smolok" % "smolok-eventbus-client" % "0.0.11"