is not current version
Last Version 0.1.1

io.github.yrichika:scalahtml_3 0.0.1

This module is to generate a complete HTML String only from Scala code. An alternative for template engines.

Categories

Categories

Scala Languages
GroupId

GroupId

io.github.yrichika
ArtifactId

ArtifactId

scalahtml_3
Version

Version

0.0.1
Type

Type

jar

Download scalahtml_3 0.0.1


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