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