MVN

it.sephiroth.hugo : hugo-runtime

Maven & Gradle

Sep 18, 2019
7.9k stars

Hugo Runtime · Annotation-triggered method call logging for your debug builds.

<dependency>
    <groupId>it.sephiroth.hugo</groupId>
    <artifactId>hugo-runtime</artifactId>
    <version>1.2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.sephiroth.hugo : hugo-runtime to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.5

All Versions

Choose a version of it.sephiroth.hugo : hugo-runtime to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
hugo-runtime-1.2.5

How to add a dependency to Maven

Add the following it.sephiroth.hugo : hugo-runtime maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>it.sephiroth.hugo</groupId>
    <artifactId>hugo-runtime</artifactId>
    <version>1.2.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following it.sephiroth.hugo : hugo-runtime gradle dependency to your build.gradle file:

implementation 'it.sephiroth.hugo:hugo-runtime:1.2.5'

Gradle Kotlin DSL: Add the following it.sephiroth.hugo : hugo-runtime gradle kotlin dependency to your build.gradle.kts file:

implementation("it.sephiroth.hugo:hugo-runtime:1.2.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following it.sephiroth.hugo : hugo-runtime sbt scala dependency to your build.sbt file:

libraryDependencies += "it.sephiroth.hugo" % "hugo-runtime" % "1.2.5"