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