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