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