GroupId | GroupIdio.supercharge |
---|---|
ArtifactId | ArtifactIdfunnyloader |
Version | Version0.1.0 |
Type | Typeaar |
Filename | Size |
---|---|
funnyloader-0.1.0.pom | |
funnyloader-0.1.0.aar | 8 KB |
funnyloader-0.1.0-sources.jar | 2 KB |
funnyloader-0.1.0-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.supercharge/funnyloader/ -->
<dependency>
<groupId>io.supercharge</groupId>
<artifactId>funnyloader</artifactId>
<version>0.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.supercharge/funnyloader/
implementation 'io.supercharge:funnyloader:0.1.0'
// https://jarcasting.com/artifacts/io.supercharge/funnyloader/
implementation ("io.supercharge:funnyloader:0.1.0")
'io.supercharge:funnyloader:aar:0.1.0'
<dependency org="io.supercharge" name="funnyloader" rev="0.1.0">
<artifact name="funnyloader" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.supercharge', module='funnyloader', version='0.1.0')
)
libraryDependencies += "io.supercharge" % "funnyloader" % "0.1.0"
[io.supercharge/funnyloader "0.1.0"]