MVN

org.realityforge.gir : gir-qa-support

Maven & Gradle

Jul 27, 2021
0 stars

Gir QA util · Gir QA util

<dependency>
    <groupId>org.realityforge.gir</groupId>
    <artifactId>gir-qa-support</artifactId>
    <version>0.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.realityforge.gir : gir-qa-support to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.12

All Versions

Choose a version of org.realityforge.gir : gir-qa-support to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.12
gir-qa-support-0.12
0.11
gir-qa-support-0.11
0.10
gir-qa-support-0.10
0.09
gir-qa-support-0.09
0.08
gir-qa-support-0.08
0.07
gir-qa-support-0.07
0.06
gir-qa-support-0.06
0.05
gir-qa-support-0.05
0.04
gir-qa-support-0.04
0.03
gir-qa-support-0.03
0.02
gir-qa-support-0.02
0.01
gir-qa-support-0.01

How to add a dependency to Maven

Add the following org.realityforge.gir : gir-qa-support maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.realityforge.gir</groupId>
    <artifactId>gir-qa-support</artifactId>
    <version>0.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.realityforge.gir : gir-qa-support gradle dependency to your build.gradle file:

implementation 'org.realityforge.gir:gir-qa-support:0.12'

Gradle Kotlin DSL: Add the following org.realityforge.gir : gir-qa-support gradle kotlin dependency to your build.gradle.kts file:

implementation("org.realityforge.gir:gir-qa-support:0.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.realityforge.gir : gir-qa-support sbt scala dependency to your build.sbt file:

libraryDependencies += "org.realityforge.gir" % "gir-qa-support" % "0.12"

Advertisement