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