MVN

cn.hikyson.godeye : godeye-monitor-no-op

Maven & Gradle

Feb 09, 2018
2.5k stars

God Eye Monitor NO OP · Android God Eye

<dependency>
    <groupId>cn.hikyson.godeye</groupId>
    <artifactId>godeye-monitor-no-op</artifactId>
    <version>1.7.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.hikyson.godeye : godeye-monitor-no-op to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.4

All Versions

Choose a version of cn.hikyson.godeye : godeye-monitor-no-op to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
godeye-monitor-no-op-1.7.4
godeye-monitor-no-op-1.7.3
godeye-monitor-no-op-1.7.2
godeye-monitor-no-op-1.7.0
1.6.x
godeye-monitor-no-op-1.6.0
1.5.x
godeye-monitor-no-op-1.5.2
godeye-monitor-no-op-1.5.1
godeye-monitor-no-op-1.5.0
1.4.x
godeye-monitor-no-op-1.4.0
1.3.x
godeye-monitor-no-op-1.3.0
1.2.x
godeye-monitor-no-op-1.2.1
godeye-monitor-no-op-1.2.0
1.0.x
godeye-monitor-no-op-1.0.1

How to add a dependency to Maven

Add the following cn.hikyson.godeye : godeye-monitor-no-op maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.hikyson.godeye</groupId>
    <artifactId>godeye-monitor-no-op</artifactId>
    <version>1.7.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.hikyson.godeye : godeye-monitor-no-op gradle dependency to your build.gradle file:

implementation 'cn.hikyson.godeye:godeye-monitor-no-op:1.7.4'

Gradle Kotlin DSL: Add the following cn.hikyson.godeye : godeye-monitor-no-op gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.hikyson.godeye:godeye-monitor-no-op:1.7.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.hikyson.godeye : godeye-monitor-no-op sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.hikyson.godeye" % "godeye-monitor-no-op" % "1.7.4"