| GroupId | GroupIdcom.tobianoapps | 
|---|---|
| ArtifactId | ArtifactIdbulletin | 
| Version | Version1.0.0-beta05 | 
| Type | Typeaar | 
| Filename | Size | 
|---|---|
| bulletin-1.0.0-beta05.pom | |
| bulletin-1.0.0-beta05-sources.jar | 27 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.tobianoapps/bulletin/ -->
<dependency>
    <groupId>com.tobianoapps</groupId>
    <artifactId>bulletin</artifactId>
    <version>1.0.0-beta05</version>
    <type>aar</type>
</dependency>// https://jarcasting.com/artifacts/com.tobianoapps/bulletin/
implementation 'com.tobianoapps:bulletin:1.0.0-beta05'// https://jarcasting.com/artifacts/com.tobianoapps/bulletin/
implementation ("com.tobianoapps:bulletin:1.0.0-beta05")'com.tobianoapps:bulletin:aar:1.0.0-beta05'<dependency org="com.tobianoapps" name="bulletin" rev="1.0.0-beta05">
  <artifact name="bulletin" type="aar" />
</dependency>@Grapes(
@Grab(group='com.tobianoapps', module='bulletin', version='1.0.0-beta05')
)libraryDependencies += "com.tobianoapps" % "bulletin" % "1.0.0-beta05"[com.tobianoapps/bulletin "1.0.0-beta05"]