discardfile

An android gradle plugin for discard class or method in compile time.

License

License

GroupId

GroupId

com.github.wangjiegulu
ArtifactId

ArtifactId

discardfile
Last Version

Last Version

3.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

discardfile
An android gradle plugin for discard class or method in compile time.
Project URL

Project URL

https://github.com/wangjiegulu/DiscardFilePlugin

Download discardfile

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.wangjiegulu/discardfile/ -->
<dependency>
    <groupId>com.github.wangjiegulu</groupId>
    <artifactId>discardfile</artifactId>
    <version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wangjiegulu/discardfile/
implementation 'com.github.wangjiegulu:discardfile:3.0.1'
// https://jarcasting.com/artifacts/com.github.wangjiegulu/discardfile/
implementation ("com.github.wangjiegulu:discardfile:3.0.1")
'com.github.wangjiegulu:discardfile:jar:3.0.1'
<dependency org="com.github.wangjiegulu" name="discardfile" rev="3.0.1">
  <artifact name="discardfile" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wangjiegulu', module='discardfile', version='3.0.1')
)
libraryDependencies += "com.github.wangjiegulu" % "discardfile" % "3.0.1"
[com.github.wangjiegulu/discardfile "3.0.1"]

Dependencies

compile (3)

Group / Artifact Type Version
com.android.tools.build : gradle jar 3.0.1
org.javassist : javassist jar 3.21.0-GA
com.github.wangjiegulu : discardfile-api jar 1.0.1

Project Modules

There are no modules declared in this project.

Versions

Version
3.0.1
1.0.1