Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdio.github.qxtx244.build |
ArtifactId | ArtifactIdIdeaARouterTool |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongradle插件,用于对开源框架ARouter的辅助方案,如收集ARouter生成的各module的api文档等
|
Filename | Size |
---|---|
IdeaARouterTool-1.0.1.pom | |
IdeaARouterTool-1.0.1.jar | 42 KB |
IdeaARouterTool-1.0.1-sources.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.qxtx244.build/IdeaARouterTool/ -->
<dependency>
<groupId>io.github.qxtx244.build</groupId>
<artifactId>IdeaARouterTool</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.qxtx244.build/IdeaARouterTool/
implementation 'io.github.qxtx244.build:IdeaARouterTool:1.0.1'
// https://jarcasting.com/artifacts/io.github.qxtx244.build/IdeaARouterTool/
implementation ("io.github.qxtx244.build:IdeaARouterTool:1.0.1")
'io.github.qxtx244.build:IdeaARouterTool:jar:1.0.1'
<dependency org="io.github.qxtx244.build" name="IdeaARouterTool" rev="1.0.1">
<artifact name="IdeaARouterTool" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.qxtx244.build', module='IdeaARouterTool', version='1.0.1')
)
libraryDependencies += "io.github.qxtx244.build" % "IdeaARouterTool" % "1.0.1"
[io.github.qxtx244.build/IdeaARouterTool "1.0.1"]