GroupId | GroupIdcom.github.pedrovgs |
---|---|
ArtifactId | ArtifactIdlynx |
Version | Version1.5 |
Type | Typeaar |
Filename | Size |
---|---|
lynx-1.5.pom | |
lynx-1.5.aar | 40 KB |
lynx-1.5-sources.jar | 28 KB |
lynx-1.5-javadoc.jar | 100 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pedrovgs/lynx/ -->
<dependency>
<groupId>com.github.pedrovgs</groupId>
<artifactId>lynx</artifactId>
<version>1.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pedrovgs/lynx/
implementation 'com.github.pedrovgs:lynx:1.5'
// https://jarcasting.com/artifacts/com.github.pedrovgs/lynx/
implementation ("com.github.pedrovgs:lynx:1.5")
'com.github.pedrovgs:lynx:aar:1.5'
<dependency org="com.github.pedrovgs" name="lynx" rev="1.5">
<artifact name="lynx" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.pedrovgs', module='lynx', version='1.5')
)
libraryDependencies += "com.github.pedrovgs" % "lynx" % "1.5"
[com.github.pedrovgs/lynx "1.5"]