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