my-library

his is a sample library for a tutorial about publishing to Maven Central.

License

License

GroupId

GroupId

org.bitbucket.anupharp
ArtifactId

ArtifactId

my-library
Last Version

Last Version

0.0.7
Release Date

Release Date

Type

Type

aar
Description

Description

my-library
his is a sample library for a tutorial about publishing to Maven Central.
Project URL

Project URL

https://bitbucket.org/anupharp/demo-android-lib-maven
Source Code Management

Source Code Management

https://bitbucket.org/anupharp/demo-android-lib-maven

Download my-library

How to add to project

<!-- https://jarcasting.com/artifacts/org.bitbucket.anupharp/my-library/ -->
<dependency>
    <groupId>org.bitbucket.anupharp</groupId>
    <artifactId>my-library</artifactId>
    <version>0.0.7</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.anupharp/my-library/
implementation 'org.bitbucket.anupharp:my-library:0.0.7'
// https://jarcasting.com/artifacts/org.bitbucket.anupharp/my-library/
implementation ("org.bitbucket.anupharp:my-library:0.0.7")
'org.bitbucket.anupharp:my-library:aar:0.0.7'
<dependency org="org.bitbucket.anupharp" name="my-library" rev="0.0.7">
  <artifact name="my-library" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.anupharp', module='my-library', version='0.0.7')
)
libraryDependencies += "org.bitbucket.anupharp" % "my-library" % "0.0.7"
[org.bitbucket.anupharp/my-library "0.0.7"]

Dependencies

compile (4)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.4.31
androidx.core » core-ktx jar 1.3.2
androidx.appcompat » appcompat jar 1.2.0
com.google.android.material » material jar 1.3.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1