MVN

tech.epic-breakfast-productions.openQuarterMaster.lib : open-qm-lib-moduleDriver

Maven & Gradle

Feb 07, 2023
9 stars

Open QuarterMaster Module Driver Library · A concise description of my library

<dependency>
    <groupId>tech.epic-breakfast-productions.openQuarterMaster.lib</groupId>
    <artifactId>open-qm-lib-moduleDriver</artifactId>
    <version>1.0.2-DEV</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.epic-breakfast-productions.openQuarterMaster.lib : open-qm-lib-moduleDriver to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2-DEV

All Versions

Choose a version of tech.epic-breakfast-productions.openQuarterMaster.lib : open-qm-lib-moduleDriver to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
open-qm-lib-moduleDriver-1.0.2-DEV
open-qm-lib-moduleDriver-1.0.1-DEV
open-qm-lib-moduleDriver-1.0.0-DEV

How to add a dependency to Maven

Add the following tech.epic-breakfast-productions.openQuarterMaster.lib : open-qm-lib-moduleDriver maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.epic-breakfast-productions.openQuarterMaster.lib</groupId>
    <artifactId>open-qm-lib-moduleDriver</artifactId>
    <version>1.0.2-DEV</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.epic-breakfast-productions.openQuarterMaster.lib : open-qm-lib-moduleDriver gradle dependency to your build.gradle file:

implementation 'tech.epic-breakfast-productions.openQuarterMaster.lib:open-qm-lib-moduleDriver:1.0.2-DEV'

Gradle Kotlin DSL: Add the following tech.epic-breakfast-productions.openQuarterMaster.lib : open-qm-lib-moduleDriver gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.epic-breakfast-productions.openQuarterMaster.lib:open-qm-lib-moduleDriver:1.0.2-DEV")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.epic-breakfast-productions.openQuarterMaster.lib : open-qm-lib-moduleDriver sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.epic-breakfast-productions.openQuarterMaster.lib" % "open-qm-lib-moduleDriver" % "1.0.2-DEV"