| License | License | 
|---|---|
| GroupId | GroupIdcom.cmonbaby | 
| ArtifactId | ArtifactIdarouter_annotation | 
| Last Version | Last Version3.0.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionarouter_annotation Custom Annotation Library | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| arouter_annotation-3.0.0.pom | |
| arouter_annotation-3.0.0.jar | 5 KB | 
| arouter_annotation-3.0.0-sources.jar | 3 KB | 
| arouter_annotation-3.0.0-javadoc.jar | 40 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.cmonbaby/arouter_annotation/ -->
<dependency>
    <groupId>com.cmonbaby</groupId>
    <artifactId>arouter_annotation</artifactId>
    <version>3.0.0</version>
</dependency>// https://jarcasting.com/artifacts/com.cmonbaby/arouter_annotation/
implementation 'com.cmonbaby:arouter_annotation:3.0.0'// https://jarcasting.com/artifacts/com.cmonbaby/arouter_annotation/
implementation ("com.cmonbaby:arouter_annotation:3.0.0")'com.cmonbaby:arouter_annotation:jar:3.0.0'<dependency org="com.cmonbaby" name="arouter_annotation" rev="3.0.0">
  <artifact name="arouter_annotation" type="jar" />
</dependency>@Grapes(
@Grab(group='com.cmonbaby', module='arouter_annotation', version='3.0.0')
)libraryDependencies += "com.cmonbaby" % "arouter_annotation" % "3.0.0"[com.cmonbaby/arouter_annotation "3.0.0"]