is not current version
Last Version 1.4.1

se.alipsa:htmlcreator 1.1

Renjin R package to create html

GroupId

GroupId

se.alipsa
ArtifactId

ArtifactId

htmlcreator
Version

Version

1.1
Type

Type

jar

Download htmlcreator 1.1


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