MVN

net.avcompris.commons : guixer-logs

Maven & Gradle

Aug 17, 2023

guixer-logs · Log analysis utilities, for Guixer.

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

Latest Version

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

  • Latest Stable: 0.0.15

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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