License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators |
GroupId | GroupIdcom.bq |
ArtifactId | ArtifactIdautobus |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAutobus
An enhanced event bus for Android projects.
|
Project Organization |
Project Organizationbq |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
autobus-0.1.0.pom | |
autobus-0.1.0.jar | 7 KB |
autobus-0.1.0-sources.jar | 5 KB |
autobus-0.1.0-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bq/autobus/ -->
<dependency>
<groupId>com.bq</groupId>
<artifactId>autobus</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.bq/autobus/
implementation 'com.bq:autobus:0.1.0'
// https://jarcasting.com/artifacts/com.bq/autobus/
implementation ("com.bq:autobus:0.1.0")
'com.bq:autobus:jar:0.1.0'
<dependency org="com.bq" name="autobus" rev="0.1.0">
<artifact name="autobus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bq', module='autobus', version='0.1.0')
)
libraryDependencies += "com.bq" % "autobus" % "0.1.0"
[com.bq/autobus "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.intellij : annotations | jar | 12.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |