Last Version

myfirstlibrary 1.0.1

I create my first Open Source Project Repository Hosting

License

License

GroupId

GroupId

io.github.darkhan08
ArtifactId

ArtifactId

myfirstlibrary
Version

Version

1.0.1
Type

Type

aar
Description

Description

myfirstlibrary
I create my first Open Source Project Repository Hosting
Project URL

Project URL

https://github.com/darkhan08/example-myfirstlibrary
Source Code Management

Source Code Management

https://github.com/darkhan08/example-myfirstlibrary

Download myfirstlibrary 1.0.1


<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.5.31

runtime (3)

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

Project Modules

There are no modules declared in this project.