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