| GroupId | GroupIdcom.cedarsoft.commons |
|---|---|
| ArtifactId | ArtifactIdrenderer |
| Version | Version4.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| renderer-4.0.1.pom | |
| renderer-4.0.1.jar | 3 KB |
| renderer-4.0.1-tests.jar | 3 KB |
| renderer-4.0.1-sources.jar | 4 KB |
| renderer-4.0.1-javadoc.jar | 31 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.commons/renderer/ -->
<dependency>
<groupId>com.cedarsoft.commons</groupId>
<artifactId>renderer</artifactId>
<version>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons/renderer/
implementation 'com.cedarsoft.commons:renderer:4.0.1'
// https://jarcasting.com/artifacts/com.cedarsoft.commons/renderer/
implementation ("com.cedarsoft.commons:renderer:4.0.1")
'com.cedarsoft.commons:renderer:jar:4.0.1'
<dependency org="com.cedarsoft.commons" name="renderer" rev="4.0.1">
<artifact name="renderer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons', module='renderer', version='4.0.1')
)
libraryDependencies += "com.cedarsoft.commons" % "renderer" % "4.0.1"
[com.cedarsoft.commons/renderer "4.0.1"]