License |
License |
---|---|
GroupId | GroupIdcom.github.kyuubiran |
ArtifactId | ArtifactIdEzXHelper |
Version | Version0.6.3 |
Type | Typeaar |
Description |
DescriptionEzXHelper
一个使Xposed模块开发变的更轻松的kotlin库
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
EzXHelper-0.6.3.pom | |
EzXHelper-0.6.3-sources.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kyuubiran/EzXHelper/ -->
<dependency>
<groupId>com.github.kyuubiran</groupId>
<artifactId>EzXHelper</artifactId>
<version>0.6.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.kyuubiran/EzXHelper/
implementation 'com.github.kyuubiran:EzXHelper:0.6.3'
// https://jarcasting.com/artifacts/com.github.kyuubiran/EzXHelper/
implementation ("com.github.kyuubiran:EzXHelper:0.6.3")
'com.github.kyuubiran:EzXHelper:aar:0.6.3'
<dependency org="com.github.kyuubiran" name="EzXHelper" rev="0.6.3">
<artifact name="EzXHelper" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.kyuubiran', module='EzXHelper', version='0.6.3')
)
libraryDependencies += "com.github.kyuubiran" % "EzXHelper" % "0.6.3"
[com.github.kyuubiran/EzXHelper "0.6.3"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.6.10 |