MVN

com.github.sfg-beer-works : sfg-brewery-inventory-failover

Maven & Gradle

May 28, 2020
0 stars

sfg-brewery-inventory-failover · SFG Inventory Failover Service

<dependency>
    <groupId>com.github.sfg-beer-works</groupId>
    <artifactId>sfg-brewery-inventory-failover</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.sfg-beer-works : sfg-brewery-inventory-failover to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of com.github.sfg-beer-works : sfg-brewery-inventory-failover to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
sfg-brewery-inventory-failover-1.0.4
sfg-brewery-inventory-failover-1.0.3
sfg-brewery-inventory-failover-1.0.2
sfg-brewery-inventory-failover-1.0.1

How to add a dependency to Maven

Add the following com.github.sfg-beer-works : sfg-brewery-inventory-failover maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.sfg-beer-works</groupId>
    <artifactId>sfg-brewery-inventory-failover</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.sfg-beer-works : sfg-brewery-inventory-failover gradle dependency to your build.gradle file:

implementation 'com.github.sfg-beer-works:sfg-brewery-inventory-failover:1.0.4'

Gradle Kotlin DSL: Add the following com.github.sfg-beer-works : sfg-brewery-inventory-failover gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.sfg-beer-works:sfg-brewery-inventory-failover:1.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.sfg-beer-works : sfg-brewery-inventory-failover sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.sfg-beer-works" % "sfg-brewery-inventory-failover" % "1.0.4"