GroupId | GroupIdcom.github.pedrovgs |
---|---|
ArtifactId | ArtifactIdrenderers |
Version | Version3.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
renderers-3.0.0.pom | |
renderers-3.0.0.aar | 15 KB |
renderers-3.0.0-sources.jar | 18 KB |
renderers-3.0.0-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pedrovgs/renderers/ -->
<dependency>
<groupId>com.github.pedrovgs</groupId>
<artifactId>renderers</artifactId>
<version>3.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pedrovgs/renderers/
implementation 'com.github.pedrovgs:renderers:3.0.0'
// https://jarcasting.com/artifacts/com.github.pedrovgs/renderers/
implementation ("com.github.pedrovgs:renderers:3.0.0")
'com.github.pedrovgs:renderers:aar:3.0.0'
<dependency org="com.github.pedrovgs" name="renderers" rev="3.0.0">
<artifact name="renderers" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.pedrovgs', module='renderers', version='3.0.0')
)
libraryDependencies += "com.github.pedrovgs" % "renderers" % "3.0.0"
[com.github.pedrovgs/renderers "3.0.0"]