MVN

ai.wordbox : remotelogging

Maven & Gradle

Sep 06, 2022

remotelogging · Wordbox - Analytics for Android

<dependency>
    <groupId>ai.wordbox</groupId>
    <artifactId>remotelogging</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ai.wordbox : remotelogging to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1
  • Latest Release Candidate: 0.9.0-RC08

All Versions

Choose a version of ai.wordbox : remotelogging to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
remotelogging-1.0.1
remotelogging-1.0.0
0.9.x
remotelogging-0.9.0-RC08
remotelogging-0.9.0-RC07
remotelogging-0.9.0-RC05
remotelogging-0.9.0-RC04
remotelogging-0.9.0-RC03
remotelogging-0.9.0-RC02
remotelogging-0.9.0-RC01

How to add a dependency to Maven

Add the following ai.wordbox : remotelogging maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ai.wordbox</groupId>
    <artifactId>remotelogging</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ai.wordbox : remotelogging gradle dependency to your build.gradle file:

implementation 'ai.wordbox:remotelogging:1.0.1'

Gradle Kotlin DSL: Add the following ai.wordbox : remotelogging gradle kotlin dependency to your build.gradle.kts file:

implementation("ai.wordbox:remotelogging:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following ai.wordbox : remotelogging sbt scala dependency to your build.sbt file:

libraryDependencies += "ai.wordbox" % "remotelogging" % "1.0.1"

Advertisement