MVN

com.avakkachen : wormholelogger

Maven & Gradle

Apr 22, 2019
0 stars

WormholeLogger · Send the logs from your app through the wormhole to your cloud.

<dependency>
    <groupId>com.avakkachen</groupId>
    <artifactId>wormholelogger</artifactId>
    <version>1.0.0-5-STAGING</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.avakkachen : wormholelogger to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-5-STAGING

All Versions

Choose a version of com.avakkachen : wormholelogger to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
wormholelogger-1.0.0-5-STAGING
wormholelogger-1.0.0-4-STAGING
wormholelogger-1.0.0-3-STAGING
wormholelogger-1.0.0-2-STAGING
wormholelogger-1.0.0-1-STAGING
wormholelogger-1.0.0-STAGING

How to add a dependency to Maven

Add the following com.avakkachen : wormholelogger maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.avakkachen</groupId>
    <artifactId>wormholelogger</artifactId>
    <version>1.0.0-5-STAGING</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.avakkachen : wormholelogger gradle dependency to your build.gradle file:

implementation 'com.avakkachen:wormholelogger:1.0.0-5-STAGING'

Gradle Kotlin DSL: Add the following com.avakkachen : wormholelogger gradle kotlin dependency to your build.gradle.kts file:

implementation("com.avakkachen:wormholelogger:1.0.0-5-STAGING")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.avakkachen : wormholelogger sbt scala dependency to your build.sbt file:

libraryDependencies += "com.avakkachen" % "wormholelogger" % "1.0.0-5-STAGING"

Advertisement