Last Version

hello 1.0

My first maven sdk

License

License

GroupId

GroupId

io.github.cruiz666
ArtifactId

ArtifactId

hello
Version

Version

1.0
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 1.0


<!-- 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.