GroupId | GroupIdorg.whispersystems |
---|---|
ArtifactId | ArtifactIdlibpastelog |
Version | Version1.0.6 |
Type | Typeaar |
Filename | Size |
---|---|
libpastelog-1.0.6.pom | |
libpastelog-1.0.6.aar | 24 KB |
libpastelog-1.0.6-sources.jar | 8 KB |
libpastelog-1.0.6-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.whispersystems/libpastelog/ -->
<dependency>
<groupId>org.whispersystems</groupId>
<artifactId>libpastelog</artifactId>
<version>1.0.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.whispersystems/libpastelog/
implementation 'org.whispersystems:libpastelog:1.0.6'
// https://jarcasting.com/artifacts/org.whispersystems/libpastelog/
implementation ("org.whispersystems:libpastelog:1.0.6")
'org.whispersystems:libpastelog:aar:1.0.6'
<dependency org="org.whispersystems" name="libpastelog" rev="1.0.6">
<artifact name="libpastelog" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.whispersystems', module='libpastelog', version='1.0.6')
)
libraryDependencies += "org.whispersystems" % "libpastelog" % "1.0.6"
[org.whispersystems/libpastelog "1.0.6"]