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