MVN

org.tickcode : BroadcastingInterfaces

Maven & Gradle

Dec 08, 2012
1 stars

BroadcastingInterfaces · A framework that automatically generates an implementation for messaging between decoupled objects within and between virtual machines by simply defining an interface.

<dependency>
    <groupId>org.tickcode</groupId>
    <artifactId>BroadcastingInterfaces</artifactId>
    <version>0.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.tickcode : BroadcastingInterfaces to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.2

All Versions

Choose a version of org.tickcode : BroadcastingInterfaces to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
BroadcastingInterfaces-0.1.2
BroadcastingInterfaces-0.1.1
0.0.x
BroadcastingInterfaces-0.0.1

How to add a dependency to Maven

Add the following org.tickcode : BroadcastingInterfaces maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.tickcode</groupId>
    <artifactId>BroadcastingInterfaces</artifactId>
    <version>0.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.tickcode : BroadcastingInterfaces gradle dependency to your build.gradle file:

implementation 'org.tickcode:BroadcastingInterfaces:0.1.2'

Gradle Kotlin DSL: Add the following org.tickcode : BroadcastingInterfaces gradle kotlin dependency to your build.gradle.kts file:

implementation("org.tickcode:BroadcastingInterfaces:0.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.tickcode : BroadcastingInterfaces sbt scala dependency to your build.sbt file:

libraryDependencies += "org.tickcode" % "BroadcastingInterfaces" % "0.1.2"

Advertisement