GroupId | GroupIdim.arena |
---|---|
ArtifactId | ArtifactIdliveblog |
Version | Version1.24.0 |
Type | Typeaar |
Filename | Size |
---|---|
liveblog-1.24.0.pom | |
liveblog-1.24.0.aar | 373 KB |
liveblog-1.24.0-sources.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/im.arena/liveblog/ -->
<dependency>
<groupId>im.arena</groupId>
<artifactId>liveblog</artifactId>
<version>1.24.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/im.arena/liveblog/
implementation 'im.arena:liveblog:1.24.0'
// https://jarcasting.com/artifacts/im.arena/liveblog/
implementation ("im.arena:liveblog:1.24.0")
'im.arena:liveblog:aar:1.24.0'
<dependency org="im.arena" name="liveblog" rev="1.24.0">
<artifact name="liveblog" type="aar" />
</dependency>
@Grapes(
@Grab(group='im.arena', module='liveblog', version='1.24.0')
)
libraryDependencies += "im.arena" % "liveblog" % "1.24.0"
[im.arena/liveblog "1.24.0"]