GroupId | GroupIdcom.lukekorth |
---|---|
ArtifactId | ArtifactIdmailable_log |
Version | Version0.1.0 |
Type | Typeaar |
Filename | Size |
---|---|
mailable_log-0.1.0.pom | |
mailable_log-0.1.0.aar | 5 KB |
mailable_log-0.1.0-sources.jar | 3 KB |
mailable_log-0.1.0-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.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"]