MVN

cn.j4ger : firewatch

Maven & Gradle

Sep 14, 2021
7 stars

firewatch · Social media update watcher plugin for Mirai

<dependency>
    <groupId>cn.j4ger</groupId>
    <artifactId>firewatch</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.j4ger : firewatch to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2
  • Latest Beta: 1.0.0-BETA

All Versions

Choose a version of cn.j4ger : firewatch to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
firewatch-1.0.2
firewatch-1.0.1
firewatch-1.0.0
firewatch-1.0.0-BETA

How to add a dependency to Maven

Add the following cn.j4ger : firewatch maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.j4ger</groupId>
    <artifactId>firewatch</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.j4ger : firewatch gradle dependency to your build.gradle file:

implementation 'cn.j4ger:firewatch:1.0.2'

Gradle Kotlin DSL: Add the following cn.j4ger : firewatch gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.j4ger:firewatch:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.j4ger : firewatch sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.j4ger" % "firewatch" % "1.0.2"

Advertisement