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