is not current version
Last Version 1.4.1

se.alipsa:htmlcreator 1.0

Renjin R package to create html

GroupId

GroupId

se.alipsa
ArtifactId

ArtifactId

htmlcreator
Version

Version

1.0
Type

Type

jar

Download htmlcreator 1.0


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