| License |
License |
|---|---|
| GroupId | GroupIdorg.bitbucket.anupharp |
| ArtifactId | ArtifactIdmy-library |
| Version | Version0.0.7 |
| Type | Typeaar |
| Description |
Descriptionmy-library
his is a sample library for a tutorial about publishing to Maven Central.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| my-library-0.0.7.pom | |
| my-library-0.0.7-sources.jar | 1015 bytes |
| my-library-0.0.7-javadoc.jar | 259 KB |
| Browse |
<!-- 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"]
| 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 |