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