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