| GroupId | GroupIdcom.gitee.archermind-ti |
|---|---|
| ArtifactId | ArtifactIdgrouter-compiler |
| Version | Version1.0.0-beta |
| Type | Typejar |
| Filename | Size |
|---|---|
| grouter-compiler-1.0.0-beta.pom | |
| grouter-compiler-1.0.0-beta.jar | 44 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.archermind-ti/grouter-compiler/ -->
<dependency>
<groupId>com.gitee.archermind-ti</groupId>
<artifactId>grouter-compiler</artifactId>
<version>1.0.0-beta</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.archermind-ti/grouter-compiler/
implementation 'com.gitee.archermind-ti:grouter-compiler:1.0.0-beta'
// https://jarcasting.com/artifacts/com.gitee.archermind-ti/grouter-compiler/
implementation ("com.gitee.archermind-ti:grouter-compiler:1.0.0-beta")
'com.gitee.archermind-ti:grouter-compiler:jar:1.0.0-beta'
<dependency org="com.gitee.archermind-ti" name="grouter-compiler" rev="1.0.0-beta">
<artifact name="grouter-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.archermind-ti', module='grouter-compiler', version='1.0.0-beta')
)
libraryDependencies += "com.gitee.archermind-ti" % "grouter-compiler" % "1.0.0-beta"
[com.gitee.archermind-ti/grouter-compiler "1.0.0-beta"]