MVN

io.github.sylllys : sylllys-ar-logs-helper

Maven & Gradle

Oct 28, 2021

sylllys-ar-logs-helper · Helps you log your test records into analysted reports service

<dependency>
    <groupId>io.github.sylllys</groupId>
    <artifactId>sylllys-ar-logs-helper</artifactId>
    <version>20211029-024718</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.sylllys : sylllys-ar-logs-helper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20211029-024718

All Versions

Choose a version of io.github.sylllys : sylllys-ar-logs-helper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20211029
sylllys-ar-logs-helper-20211029-024718

How to add a dependency to Maven

Add the following io.github.sylllys : sylllys-ar-logs-helper maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.sylllys</groupId>
    <artifactId>sylllys-ar-logs-helper</artifactId>
    <version>20211029-024718</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.sylllys : sylllys-ar-logs-helper gradle dependency to your build.gradle file:

implementation 'io.github.sylllys:sylllys-ar-logs-helper:20211029-024718'

Gradle Kotlin DSL: Add the following io.github.sylllys : sylllys-ar-logs-helper gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.sylllys:sylllys-ar-logs-helper:20211029-024718")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.sylllys : sylllys-ar-logs-helper sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.sylllys" % "sylllys-ar-logs-helper" % "20211029-024718"

Advertisement