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