Atom-Plugin-Core

Android集成Kasp和ASM的简单框架

License

License

GroupId

GroupId

io.github.yongzheng7
ArtifactId

ArtifactId

core-plugin
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Atom-Plugin-Core
Android集成Kasp和ASM的简单框架
Source Code Management

Source Code Management

https://github.com/yongzheng7/atom-api

Download core-plugin

How to add to project

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

Dependencies

compile (10)

Group / Artifact Type Version
org.ow2.asm : asm jar 9.2
org.ow2.asm : asm-tree jar 9.2
org.ow2.asm : asm-util jar 9.2
org.ow2.asm : asm-analysis jar 9.2
org.ow2.asm : asm-commons jar 9.2
commons-io : commons-io jar 2.6
commons-codec : commons-codec jar 1.15
org.mockito : mockito-core jar 4.2.0
junit : junit jar 4.13.2
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.6.10

runtime (2)

Group / Artifact Type Version
com.android.tools.build : gradle-api jar 4.2.0
com.android.tools.build : gradle jar 4.2.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0