| 组织ID: |
com.github.vitess |
| 项目ID: |
rxbus-annotations |
| 版本: |
2.0.3 |
| 最后修改时间: |
2018-11-12 17:26:07 |
| 包类型: |
jar |
| 标题: |
RxBus Annotations |
| 描述: |
RxBus base on RxJava2 & RxAndroid to achieve event bus. |
| 相关URL: |
https://github.com/ViTess/RxBus |
| 大小: |
2.03KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.github.vitess</groupId>
<artifactId>rxbus-annotations</artifactId>
<version>2.0.3</version>
</dependency>
|
| Gradle引入代码: |
com.github.vitess:rxbus-annotations:2.0.3
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.vitess</groupId>
<artifactId>rxbus-annotations</artifactId>
<version>2.0.3</version>
<name>RxBus Annotations</name>
<description>RxBus base on RxJava2 & RxAndroid to achieve event bus.</description>
<url>https://github.com/ViTess/RxBus</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>vite</id>
<name>Vincent Tam</name>
</developer>
</developers>
<scm>
<connection>scm:git@github.com:ViTess/RxBus.git</connection>
<developerConnection>scm:git@github.com:ViTess/RxBus.git</developerConnection>
<url>https://github.com/ViTess/RxBus</url>
</scm>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
vite.rxbus.RxThread.class
vite.rxbus.ThreadType.class
vite.rxbus.Subscribe.class
|
| 依赖Jar: |
无
|