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