is not current version
Last Version 2.0.alpha1

com.stanfy.enroscar:enroscar-assist 1.0

Helper module that gives easy access to standard Android modules and makes it easy to configure all the Enroscar stuff together.

GroupId

GroupId

com.stanfy.enroscar
ArtifactId

ArtifactId

enroscar-assist
Version

Version

1.0
Type

Type

aar

Download enroscar-assist 1.0


<!-- https://jarcasting.com/artifacts/com.stanfy.enroscar/enroscar-assist/ -->
<dependency>
    <groupId>com.stanfy.enroscar</groupId>
    <artifactId>enroscar-assist</artifactId>
    <version>1.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.stanfy.enroscar/enroscar-assist/
implementation 'com.stanfy.enroscar:enroscar-assist:1.0'
// https://jarcasting.com/artifacts/com.stanfy.enroscar/enroscar-assist/
implementation ("com.stanfy.enroscar:enroscar-assist:1.0")
'com.stanfy.enroscar:enroscar-assist:aar:1.0'
<dependency org="com.stanfy.enroscar" name="enroscar-assist" rev="1.0">
  <artifact name="enroscar-assist" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.stanfy.enroscar', module='enroscar-assist', version='1.0')
)
libraryDependencies += "com.stanfy.enroscar" % "enroscar-assist" % "1.0"
[com.stanfy.enroscar/enroscar-assist "1.0"]