| GroupId | GroupIdio.github.ashutoshgngwr |
|---|---|
| ArtifactId | ArtifactIdmay |
| Version | Version0.2.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| may-0.2.0.pom | |
| may-0.2.0-sources.jar | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.ashutoshgngwr/may/ -->
<dependency>
<groupId>io.github.ashutoshgngwr</groupId>
<artifactId>may</artifactId>
<version>0.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.ashutoshgngwr/may/
implementation 'io.github.ashutoshgngwr:may:0.2.0'
// https://jarcasting.com/artifacts/io.github.ashutoshgngwr/may/
implementation ("io.github.ashutoshgngwr:may:0.2.0")
'io.github.ashutoshgngwr:may:aar:0.2.0'
<dependency org="io.github.ashutoshgngwr" name="may" rev="0.2.0">
<artifact name="may" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.ashutoshgngwr', module='may', version='0.2.0')
)
libraryDependencies += "io.github.ashutoshgngwr" % "may" % "0.2.0"
[io.github.ashutoshgngwr/may "0.2.0"]