MVN

org.starchartlabs.flare : flare-operations-plugins

Maven & Gradle

Jul 31, 2019
0 stars

flare-operations-plugins · Gradle tasks and utilities for build and test operations

<dependency>
    <groupId>org.starchartlabs.flare</groupId>
    <artifactId>flare-operations-plugins</artifactId>
    <version>3.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.starchartlabs.flare : flare-operations-plugins to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.1

All Versions

Choose a version of org.starchartlabs.flare : flare-operations-plugins to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
flare-operations-plugins-3.0.1
flare-operations-plugins-3.0.0
2.0.x
flare-operations-plugins-2.0.0
1.1.x
flare-operations-plugins-1.1.0
1.0.x
flare-operations-plugins-1.0.0
0.2.x
flare-operations-plugins-0.2.0
0.1.x
flare-operations-plugins-0.1.0

How to add a dependency to Maven

Add the following org.starchartlabs.flare : flare-operations-plugins maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.starchartlabs.flare</groupId>
    <artifactId>flare-operations-plugins</artifactId>
    <version>3.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.starchartlabs.flare : flare-operations-plugins gradle dependency to your build.gradle file:

implementation 'org.starchartlabs.flare:flare-operations-plugins:3.0.1'

Gradle Kotlin DSL: Add the following org.starchartlabs.flare : flare-operations-plugins gradle kotlin dependency to your build.gradle.kts file:

implementation("org.starchartlabs.flare:flare-operations-plugins:3.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.starchartlabs.flare : flare-operations-plugins sbt scala dependency to your build.sbt file:

libraryDependencies += "org.starchartlabs.flare" % "flare-operations-plugins" % "3.0.1"

Advertisement