Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdcom.github.richardwrq |
ArtifactId | ArtifactIdkrouter-gradle-plugin |
Version | Version0.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.richardwrq/krouter-gradle-plugin/ -->
<dependency>
<groupId>com.github.richardwrq</groupId>
<artifactId>krouter-gradle-plugin</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.richardwrq/krouter-gradle-plugin/
implementation 'com.github.richardwrq:krouter-gradle-plugin:0.1.0'
// https://jarcasting.com/artifacts/com.github.richardwrq/krouter-gradle-plugin/
implementation ("com.github.richardwrq:krouter-gradle-plugin:0.1.0")
'com.github.richardwrq:krouter-gradle-plugin:jar:0.1.0'
<dependency org="com.github.richardwrq" name="krouter-gradle-plugin" rev="0.1.0">
<artifact name="krouter-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.richardwrq', module='krouter-gradle-plugin', version='0.1.0')
)
libraryDependencies += "com.github.richardwrq" % "krouter-gradle-plugin" % "0.1.0"
[com.github.richardwrq/krouter-gradle-plugin "0.1.0"]