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