is not current version
Last Version 2.6.10

net.dongliu:apk-parser 2.3.0


Categories

Categories

Net
GroupId

GroupId

net.dongliu
ArtifactId

ArtifactId

apk-parser
Version

Version

2.3.0
Type

Type

jar

Download apk-parser 2.3.0


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