is not current version
Last Version 0.1.6

com.lukekorth:mailable_log 0.1.0

mailable-log is an opinionated logger for Android with built in support for emailing logs

GroupId

GroupId

com.lukekorth
ArtifactId

ArtifactId

mailable_log
Version

Version

0.1.0
Type

Type

aar

Download mailable_log 0.1.0


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