GroupId | GroupIdcom.likethesalad.android |
---|---|
ArtifactId | ArtifactIdstring-reference |
Version | Version1.2.1 |
Type | Typejar |
Filename | Size |
---|---|
string-reference-1.2.1.pom | |
string-reference-1.2.1.jar | 181 KB |
string-reference-1.2.1-sources.jar | 33 KB |
string-reference-1.2.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.likethesalad.android/string-reference/ -->
<dependency>
<groupId>com.likethesalad.android</groupId>
<artifactId>string-reference</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.likethesalad.android/string-reference/
implementation 'com.likethesalad.android:string-reference:1.2.1'
// https://jarcasting.com/artifacts/com.likethesalad.android/string-reference/
implementation ("com.likethesalad.android:string-reference:1.2.1")
'com.likethesalad.android:string-reference:jar:1.2.1'
<dependency org="com.likethesalad.android" name="string-reference" rev="1.2.1">
<artifact name="string-reference" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.likethesalad.android', module='string-reference', version='1.2.1')
)
libraryDependencies += "com.likethesalad.android" % "string-reference" % "1.2.1"
[com.likethesalad.android/string-reference "1.2.1"]