GroupId | GroupIdcom.github.ajitsing |
---|---|
ArtifactId | ArtifactIdsherlock |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
sherlock-1.0.0.pom | |
sherlock-1.0.0.aar | 144 KB |
sherlock-1.0.0-sources.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ajitsing/sherlock/ -->
<dependency>
<groupId>com.github.ajitsing</groupId>
<artifactId>sherlock</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ajitsing/sherlock/
implementation 'com.github.ajitsing:sherlock:1.0.0'
// https://jarcasting.com/artifacts/com.github.ajitsing/sherlock/
implementation ("com.github.ajitsing:sherlock:1.0.0")
'com.github.ajitsing:sherlock:aar:1.0.0'
<dependency org="com.github.ajitsing" name="sherlock" rev="1.0.0">
<artifact name="sherlock" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.ajitsing', module='sherlock', version='1.0.0')
)
libraryDependencies += "com.github.ajitsing" % "sherlock" % "1.0.0"
[com.github.ajitsing/sherlock "1.0.0"]