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