is not current version
Last Version 2.6.10

net.dongliu:apk-parser 2.6.2


Categories

Categories

Net
GroupId

GroupId

net.dongliu
ArtifactId

ArtifactId

apk-parser
Version

Version

2.6.2
Type

Type

jar

Download apk-parser 2.6.2


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