MVN

com.eonliu.packer : packer

Maven & Gradle

Mar 17, 2022
7 stars

packer · Packer是Android打包工具插件,支持360加固、多渠道打包、将APK上传到FTP等功能。

<dependency>
    <groupId>com.eonliu.packer</groupId>
    <artifactId>packer</artifactId>
    <version>2.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.eonliu.packer : packer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.0
  • Latest Beta: 1.0.0-beta

All Versions

Choose a version of com.eonliu.packer : packer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
packer-2.1.0
2.0.x
packer-2.0.0
1.1.x
packer-1.1.7
packer-1.1.6
packer-1.1.5
packer-1.1.4
packer-1.1.3
packer-1.1.2
packer-1.1.1
packer-1.1.0
1.0.x
packer-1.0.1
packer-1.0.0
packer-1.0.0-beta
0.9.x
packer-0.9.3
packer-0.9.2
packer-0.9.1
0.2.x
packer-0.2.1
packer-0.2.0
0.1.x
packer-0.1.2
packer-0.1.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.eonliu.packer</groupId>
    <artifactId>packer</artifactId>
    <version>2.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.eonliu.packer : packer gradle dependency to your build.gradle file:

implementation 'com.eonliu.packer:packer:2.1.0'

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

implementation("com.eonliu.packer:packer:2.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.eonliu.packer : packer sbt scala dependency to your build.sbt file:

libraryDependencies += "com.eonliu.packer" % "packer" % "2.1.0"

Advertisement