My Publishing Library

Sample project for publishing to Maven

License

License

Categories

Categories

Net
GroupId

GroupId

com.github.ASKabanets
ArtifactId

ArtifactId

com.mypublishinglibrary
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

aar
Description

Description

My Publishing Library
Sample project for publishing to Maven
Project URL

Project URL

https://github.com/ASKabanets/MyApplicationPublishingSample
Source Code Management

Source Code Management

https://github.com/ASKabanets/MyApplicationPublishingSample

Download com.mypublishinglibrary

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.android.support » appcompat-v7 jar 23.1.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.0