GroupId | GroupIdcom.alexstyl |
---|---|
ArtifactId | ArtifactIdcontactstore-test |
Version | Version0.8.0 |
Type | Typeaar |
Filename | Size |
---|---|
contactstore-test-0.8.0.pom | |
contactstore-test-0.8.0-sources.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alexstyl/contactstore-test/ -->
<dependency>
<groupId>com.alexstyl</groupId>
<artifactId>contactstore-test</artifactId>
<version>0.8.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.alexstyl/contactstore-test/
implementation 'com.alexstyl:contactstore-test:0.8.0'
// https://jarcasting.com/artifacts/com.alexstyl/contactstore-test/
implementation ("com.alexstyl:contactstore-test:0.8.0")
'com.alexstyl:contactstore-test:aar:0.8.0'
<dependency org="com.alexstyl" name="contactstore-test" rev="0.8.0">
<artifact name="contactstore-test" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.alexstyl', module='contactstore-test', version='0.8.0')
)
libraryDependencies += "com.alexstyl" % "contactstore-test" % "0.8.0"
[com.alexstyl/contactstore-test "0.8.0"]