MVN

me.fycz.maple : maple

Maven & Gradle

Dec 30, 2022
23 stars

Maple · A hook framework for Android Runtime (ART)

<dependency>
    <groupId>me.fycz.maple</groupId>
    <artifactId>maple</artifactId>
    <version>2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.fycz.maple : maple to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1

All Versions

Choose a version of me.fycz.maple : maple to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1
maple-2.1
2.0
maple-2.0
1.9
maple-1.9
1.8
maple-1.8
1.7
maple-1.7
1.6
maple-1.6
1.5
maple-1.5
1.4
maple-1.4
1.3
maple-1.3
1.2
maple-1.2
1.1
maple-1.1
1.0
maple-1.0

How to add a dependency to Maven

Add the following me.fycz.maple : maple maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.fycz.maple</groupId>
    <artifactId>maple</artifactId>
    <version>2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.fycz.maple : maple gradle dependency to your build.gradle file:

implementation 'me.fycz.maple:maple:2.1'

Gradle Kotlin DSL: Add the following me.fycz.maple : maple gradle kotlin dependency to your build.gradle.kts file:

implementation("me.fycz.maple:maple:2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.fycz.maple : maple sbt scala dependency to your build.sbt file:

libraryDependencies += "me.fycz.maple" % "maple" % "2.1"