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