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