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