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