MVN

net.avcompris.commons : guixer-tools

Maven & Gradle

Aug 17, 2023

guixer-tools · Tools to run tests.

<dependency>
    <groupId>net.avcompris.commons</groupId>
    <artifactId>guixer-tools</artifactId>
    <version>0.0.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.avcompris.commons : guixer-tools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.15

All Versions

Choose a version of net.avcompris.commons : guixer-tools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
guixer-tools-0.0.15
guixer-tools-0.0.14
guixer-tools-0.0.13
guixer-tools-0.0.12
guixer-tools-0.0.11
guixer-tools-0.0.10
guixer-tools-0.0.9
guixer-tools-0.0.8
guixer-tools-0.0.7
guixer-tools-0.0.6
guixer-tools-0.0.5
guixer-tools-0.0.4
guixer-tools-0.0.3
guixer-tools-0.0.2
guixer-tools-0.0.1

How to add a dependency to Maven

Add the following net.avcompris.commons : guixer-tools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.avcompris.commons</groupId>
    <artifactId>guixer-tools</artifactId>
    <version>0.0.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.avcompris.commons : guixer-tools gradle dependency to your build.gradle file:

implementation 'net.avcompris.commons:guixer-tools:0.0.15'

Gradle Kotlin DSL: Add the following net.avcompris.commons : guixer-tools gradle kotlin dependency to your build.gradle.kts file:

implementation("net.avcompris.commons:guixer-tools:0.0.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.avcompris.commons : guixer-tools sbt scala dependency to your build.sbt file:

libraryDependencies += "net.avcompris.commons" % "guixer-tools" % "0.0.15"