GroupId | GroupIdcom.stanfy.enroscar |
---|---|
ArtifactId | ArtifactIdenroscar-content |
Version | Version1.0 |
Type | Typeaar |
Filename | Size |
---|---|
enroscar-content-1.0.pom | |
enroscar-content-1.0.aar | 28 KB |
enroscar-content-1.0-sources.jar | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.stanfy.enroscar/enroscar-content/ -->
<dependency>
<groupId>com.stanfy.enroscar</groupId>
<artifactId>enroscar-content</artifactId>
<version>1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.stanfy.enroscar/enroscar-content/
implementation 'com.stanfy.enroscar:enroscar-content:1.0'
// https://jarcasting.com/artifacts/com.stanfy.enroscar/enroscar-content/
implementation ("com.stanfy.enroscar:enroscar-content:1.0")
'com.stanfy.enroscar:enroscar-content:aar:1.0'
<dependency org="com.stanfy.enroscar" name="enroscar-content" rev="1.0">
<artifact name="enroscar-content" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.stanfy.enroscar', module='enroscar-content', version='1.0')
)
libraryDependencies += "com.stanfy.enroscar" % "enroscar-content" % "1.0"
[com.stanfy.enroscar/enroscar-content "1.0"]