MVN

one.microstream : microstream-source-maven-plugin

Maven & Gradle

Dec 17, 2021

Microstream Source Maven Plugin · Microstream Source Maven Plugin

<dependency>
    <groupId>one.microstream</groupId>
    <artifactId>microstream-source-maven-plugin</artifactId>
    <version>02.01.00-MS-GA</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 02.01.00-MS-GA

All Versions

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

Version Vulnerabilities Updated
02.01.x
microstream-source-maven-plugin-02.01.00-MS-GA
02.00.x
microstream-source-maven-plugin-02.00.00-MS-GA

How to add a dependency to Maven

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

<dependency>
    <groupId>one.microstream</groupId>
    <artifactId>microstream-source-maven-plugin</artifactId>
    <version>02.01.00-MS-GA</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'one.microstream:microstream-source-maven-plugin:02.01.00-MS-GA'

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

implementation("one.microstream:microstream-source-maven-plugin:02.01.00-MS-GA")

How to add a dependency to SBT Scala

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

libraryDependencies += "one.microstream" % "microstream-source-maven-plugin" % "02.01.00-MS-GA"