is not current version
Last Version 1.1.0

io.hexhacking:xunwind 1.0.1

xUnwind is a collection of Android native stack unwinding solutions.

GroupId

GroupId

io.hexhacking
ArtifactId

ArtifactId

xunwind
Version

Version

1.0.1
Type

Type

aar

Download xunwind 1.0.1


<!-- https://jarcasting.com/artifacts/io.hexhacking/xunwind/ -->
<dependency>
    <groupId>io.hexhacking</groupId>
    <artifactId>xunwind</artifactId>
    <version>1.0.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.hexhacking/xunwind/
implementation 'io.hexhacking:xunwind:1.0.1'
// https://jarcasting.com/artifacts/io.hexhacking/xunwind/
implementation ("io.hexhacking:xunwind:1.0.1")
'io.hexhacking:xunwind:aar:1.0.1'
<dependency org="io.hexhacking" name="xunwind" rev="1.0.1">
  <artifact name="xunwind" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.hexhacking', module='xunwind', version='1.0.1')
)
libraryDependencies += "io.hexhacking" % "xunwind" % "1.0.1"
[io.hexhacking/xunwind "1.0.1"]