License |
License |
---|---|
GroupId | GroupIdcom.stanfy.enroscar |
ArtifactId | ArtifactIdenroscar-assist |
Version | Version2.0.alpha1 |
Type | Typeaar |
Description |
DescriptionEnroscar Assist
Helper module that gives easy access to standard Android modules and makes it easy to configure all the Enroscar stuff together.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
enroscar-assist-2.0.alpha1.pom | |
enroscar-assist-2.0.alpha1.aar | 8 KB |
enroscar-assist-2.0.alpha1-sources.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.stanfy.enroscar/enroscar-assist/ -->
<dependency>
<groupId>com.stanfy.enroscar</groupId>
<artifactId>enroscar-assist</artifactId>
<version>2.0.alpha1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.stanfy.enroscar/enroscar-assist/
implementation 'com.stanfy.enroscar:enroscar-assist:2.0.alpha1'
// https://jarcasting.com/artifacts/com.stanfy.enroscar/enroscar-assist/
implementation ("com.stanfy.enroscar:enroscar-assist:2.0.alpha1")
'com.stanfy.enroscar:enroscar-assist:aar:2.0.alpha1'
<dependency org="com.stanfy.enroscar" name="enroscar-assist" rev="2.0.alpha1">
<artifact name="enroscar-assist" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.stanfy.enroscar', module='enroscar-assist', version='2.0.alpha1')
)
libraryDependencies += "com.stanfy.enroscar" % "enroscar-assist" % "2.0.alpha1"
[com.stanfy.enroscar/enroscar-assist "2.0.alpha1"]