is not current version
Last Version 1.4.1

se.alipsa:htmlcreator 1.3

Renjin R package to create html

GroupId

GroupId

se.alipsa
ArtifactId

ArtifactId

htmlcreator
Version

Version

1.3
Type

Type

jar

Download htmlcreator 1.3


<!-- https://jarcasting.com/artifacts/se.alipsa/htmlcreator/ -->
<dependency>
    <groupId>se.alipsa</groupId>
    <artifactId>htmlcreator</artifactId>
    <version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/se.alipsa/htmlcreator/
implementation 'se.alipsa:htmlcreator:1.3'
// https://jarcasting.com/artifacts/se.alipsa/htmlcreator/
implementation ("se.alipsa:htmlcreator:1.3")
'se.alipsa:htmlcreator:jar:1.3'
<dependency org="se.alipsa" name="htmlcreator" rev="1.3">
  <artifact name="htmlcreator" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.alipsa', module='htmlcreator', version='1.3')
)
libraryDependencies += "se.alipsa" % "htmlcreator" % "1.3"
[se.alipsa/htmlcreator "1.3"]