GroupId | GroupIdcom.github.turasa |
---|---|
ArtifactId | ArtifactIdsignal-service-android |
Version | Version2.7.1_unofficial_1 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.github.turasa/signal-service-android/ -->
<dependency>
<groupId>com.github.turasa</groupId>
<artifactId>signal-service-android</artifactId>
<version>2.7.1_unofficial_1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.turasa/signal-service-android/
implementation 'com.github.turasa:signal-service-android:2.7.1_unofficial_1'
// https://jarcasting.com/artifacts/com.github.turasa/signal-service-android/
implementation ("com.github.turasa:signal-service-android:2.7.1_unofficial_1")
'com.github.turasa:signal-service-android:aar:2.7.1_unofficial_1'
<dependency org="com.github.turasa" name="signal-service-android" rev="2.7.1_unofficial_1">
<artifact name="signal-service-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.turasa', module='signal-service-android', version='2.7.1_unofficial_1')
)
libraryDependencies += "com.github.turasa" % "signal-service-android" % "2.7.1_unofficial_1"
[com.github.turasa/signal-service-android "2.7.1_unofficial_1"]