GroupId | GroupIdcom.r0adkll |
---|---|
ArtifactId | ArtifactIdpostoffice |
Version | Version1.1.8 |
Type | Typeaar |
Filename | Size |
---|---|
postoffice-1.1.8.pom | |
postoffice-1.1.8.aar | 87 KB |
postoffice-1.1.8-sources.jar | 29 KB |
postoffice-1.1.8-javadoc.jar | 124 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.r0adkll/postoffice/ -->
<dependency>
<groupId>com.r0adkll</groupId>
<artifactId>postoffice</artifactId>
<version>1.1.8</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.r0adkll/postoffice/
implementation 'com.r0adkll:postoffice:1.1.8'
// https://jarcasting.com/artifacts/com.r0adkll/postoffice/
implementation ("com.r0adkll:postoffice:1.1.8")
'com.r0adkll:postoffice:aar:1.1.8'
<dependency org="com.r0adkll" name="postoffice" rev="1.1.8">
<artifact name="postoffice" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.r0adkll', module='postoffice', version='1.1.8')
)
libraryDependencies += "com.r0adkll" % "postoffice" % "1.1.8"
[com.r0adkll/postoffice "1.1.8"]