| License |
License
Apache 2.0
|
|---|---|
| GroupId | GroupIdcom.luigiagosti |
| ArtifactId | ArtifactIdseba |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionseba
Simple Event Bus for Android
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| seba-1.0.pom | |
| seba-1.0.jar | 7 KB |
| seba-1.0-sources.jar | 4 KB |
| seba-1.0-javadoc.jar | 42 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.luigiagosti/seba/ -->
<dependency>
<groupId>com.luigiagosti</groupId>
<artifactId>seba</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.luigiagosti/seba/
implementation 'com.luigiagosti:seba:1.0'
// https://jarcasting.com/artifacts/com.luigiagosti/seba/
implementation ("com.luigiagosti:seba:1.0")
'com.luigiagosti:seba:jar:1.0'
<dependency org="com.luigiagosti" name="seba" rev="1.0">
<artifact name="seba" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.luigiagosti', module='seba', version='1.0')
)
libraryDependencies += "com.luigiagosti" % "seba" % "1.0"
[com.luigiagosti/seba "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.android : android | jar | 4.0.1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |
| com.jayway.awaitility : awaitility | jar | 1.3.4 |
| org.mockito : mockito-all | jar | 1.9.5-rc1 |