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