| License |
License |
|---|---|
| GroupId | GroupIdio.github.darkhan08 |
| ArtifactId | ArtifactIdmyfirstlibrary |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
Descriptionmyfirstlibrary
I create my first Open Source Project Repository Hosting
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| myfirstlibrary-1.0.1.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.darkhan08/myfirstlibrary/ -->
<dependency>
<groupId>io.github.darkhan08</groupId>
<artifactId>myfirstlibrary</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.darkhan08/myfirstlibrary/
implementation 'io.github.darkhan08:myfirstlibrary:1.0.1'
// https://jarcasting.com/artifacts/io.github.darkhan08/myfirstlibrary/
implementation ("io.github.darkhan08:myfirstlibrary:1.0.1")
'io.github.darkhan08:myfirstlibrary:aar:1.0.1'
<dependency org="io.github.darkhan08" name="myfirstlibrary" rev="1.0.1">
<artifact name="myfirstlibrary" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.darkhan08', module='myfirstlibrary', version='1.0.1')
)
libraryDependencies += "io.github.darkhan08" % "myfirstlibrary" % "1.0.1"
[io.github.darkhan08/myfirstlibrary "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.31 |
| Group / Artifact | Type | Version |
|---|---|---|
| androidx.core » core-ktx | jar | 1.7.0 |
| androidx.appcompat » appcompat | jar | 1.4.1 |
| com.google.android.material » material | jar | 1.5.0 |