Last Version

Greeting Sample 1.0.0

用来测试上传MavenCentral的示例依赖库

License

License

GroupId

GroupId

com.licheedev
ArtifactId

ArtifactId

greeting
Version

Version

1.0.0
Type

Type

aar
Description

Description

Greeting Sample
用来测试上传MavenCentral的示例依赖库
Project URL

Project URL

https://github.com/licheedev/SimpleGreeting
Source Code Management

Source Code Management

https://github.com/licheedev/SimpleGreeting

Download greeting 1.0.0


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

Dependencies

runtime (4)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.4.32
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.