GroupId | GroupIdcom.lukekorth |
---|---|
ArtifactId | ArtifactIdmailable_log |
Version | Version0.1.5 |
Type | Typeaar |
Filename | Size |
---|---|
mailable_log-0.1.5.pom | |
mailable_log-0.1.5.aar | 5 KB |
mailable_log-0.1.5-sources.jar | 3 KB |
mailable_log-0.1.5-javadoc.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lukekorth/mailable_log/ -->
<dependency>
<groupId>com.lukekorth</groupId>
<artifactId>mailable_log</artifactId>
<version>0.1.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.lukekorth/mailable_log/
implementation 'com.lukekorth:mailable_log:0.1.5'
// https://jarcasting.com/artifacts/com.lukekorth/mailable_log/
implementation ("com.lukekorth:mailable_log:0.1.5")
'com.lukekorth:mailable_log:aar:0.1.5'
<dependency org="com.lukekorth" name="mailable_log" rev="0.1.5">
<artifact name="mailable_log" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.lukekorth', module='mailable_log', version='0.1.5')
)
libraryDependencies += "com.lukekorth" % "mailable_log" % "0.1.5"
[com.lukekorth/mailable_log "0.1.5"]