| GroupId | GroupIdio.github.darkhan08 |
|---|---|
| ArtifactId | ArtifactIdmyfirstlibrary |
| Version | Version1.0.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| myfirstlibrary-1.0.0.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.darkhan08/myfirstlibrary/ -->
<dependency>
<groupId>io.github.darkhan08</groupId>
<artifactId>myfirstlibrary</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.darkhan08/myfirstlibrary/
implementation 'io.github.darkhan08:myfirstlibrary:1.0.0'
// https://jarcasting.com/artifacts/io.github.darkhan08/myfirstlibrary/
implementation ("io.github.darkhan08:myfirstlibrary:1.0.0")
'io.github.darkhan08:myfirstlibrary:aar:1.0.0'
<dependency org="io.github.darkhan08" name="myfirstlibrary" rev="1.0.0">
<artifact name="myfirstlibrary" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.darkhan08', module='myfirstlibrary', version='1.0.0')
)
libraryDependencies += "io.github.darkhan08" % "myfirstlibrary" % "1.0.0"
[io.github.darkhan08/myfirstlibrary "1.0.0"]