GroupId | GroupIdcom.likethesalad.android |
---|---|
ArtifactId | ArtifactIdstring-reference |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
string-reference-1.1.0.pom | |
string-reference-1.1.0.jar | 161 KB |
string-reference-1.1.0-sources.jar | 28 KB |
string-reference-1.1.0-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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.likethesalad.android/string-reference/
implementation 'com.likethesalad.android:string-reference:1.1.0'
// https://jarcasting.com/artifacts/com.likethesalad.android/string-reference/
implementation ("com.likethesalad.android:string-reference:1.1.0")
'com.likethesalad.android:string-reference:jar:1.1.0'
<dependency org="com.likethesalad.android" name="string-reference" rev="1.1.0">
<artifact name="string-reference" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.likethesalad.android', module='string-reference', version='1.1.0')
)
libraryDependencies += "com.likethesalad.android" % "string-reference" % "1.1.0"
[com.likethesalad.android/string-reference "1.1.0"]