MVN

one.microstream : microstream-communication

Maven & Gradle

Jul 04, 2023
2 usages
503 stars

MicroStream Communication · MicroStream Object Graph Communication

<dependency>
    <groupId>one.microstream</groupId>
    <artifactId>microstream-communication</artifactId>
    <version>08.01.01-MS-GA</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of one.microstream : microstream-communication to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 08.01.01-MS-GA
  • Latest Beta: 07.01.00-MS-beta2

All Versions

Choose a version of one.microstream : microstream-communication to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
08.01.x
microstream-communication-08.01.01-MS-GA
microstream-communication-08.01.00-MS-GA
08.00.x
microstream-communication-08.00.00-MS-GA
microstream-communication-08.00.00-MS-EA2
microstream-communication-08.00.00-MS-EA1
07.01.x
microstream-communication-07.01.00-MS-GA
microstream-communication-07.01.00-MS-beta2
microstream-communication-07.01.00-MS-beta1
07.00.x
microstream-communication-07.00.00-MS-GA
microstream-communication-07.00.00-MS-beta2
microstream-communication-07.00.00-MS-beta1
06.01.x
microstream-communication-06.01.00-MS-GA
06.00.x
microstream-communication-06.00.00-MS-GA
05.00.x
microstream-communication-05.00.02-MS-GA
microstream-communication-05.00.01-MS-GA
microstream-communication-05.00.00-MS-GA

How to add a dependency to Maven

Add the following one.microstream : microstream-communication maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>one.microstream</groupId>
    <artifactId>microstream-communication</artifactId>
    <version>08.01.01-MS-GA</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following one.microstream : microstream-communication gradle dependency to your build.gradle file:

implementation 'one.microstream:microstream-communication:08.01.01-MS-GA'

Gradle Kotlin DSL: Add the following one.microstream : microstream-communication gradle kotlin dependency to your build.gradle.kts file:

implementation("one.microstream:microstream-communication:08.01.01-MS-GA")

How to add a dependency to SBT Scala

SBT Scala: Add the following one.microstream : microstream-communication sbt scala dependency to your build.sbt file:

libraryDependencies += "one.microstream" % "microstream-communication" % "08.01.01-MS-GA"