hello

My first maven sdk

License

License

GroupId

GroupId

io.github.cruiz666
ArtifactId

ArtifactId

hello
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

aar
Description

Description

hello
My first maven sdk
Project URL

Project URL

https://github.com/cruiz666/MyAndroidLibrary
Source Code Management

Source Code Management

https://github.com/cruiz666/MyAndroidLibrary/tree/master

Download hello

How to add to project

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

Dependencies

compile (1)

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

Project Modules

There are no modules declared in this project.

MyAndroidLibrary

Versions

Version
1.0