is not current version
Last Version 1.6

com.github.pedrovgs:lynx 1.0.8

Android library created to show a custom view with all the information logcat is printing.

GroupId

GroupId

com.github.pedrovgs
ArtifactId

ArtifactId

lynx
Version

Version

1.0.8
Type

Type

aar

Download lynx 1.0.8


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