scalahtml_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.yrichika</groupId> <artifactId>scalahtml_3</artifactId> <version>0.1.1</version> </dependency>
<?xml version='1.0' encoding='UTF-8'?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> <groupId>io.github.yrichika</groupId> <artifactId>scalahtml_3</artifactId> <packaging>jar</packaging> <description>This module is to generate a complete HTML String only from Scala code. An alternative for template engines.</description> <url>https://github.com/yrichika/scalahtml</url> <version>0.1.1</version> <licenses> <license> <name>MIT License</name> <url>https://opensource.org/licenses/MIT</url> <distribution>repo</distribution> </license> </licenses> <name>scalahtml</name> <organization> <name>yrichika</name> <url>https://github.com/yrichika</url> </organization> <scm> <url>https://github.com/yrichika/scalahtml</url> <connection>scm:git@github.com:yrichika/scalahtml.git</connection> </scm> <developers> <developer> <id>yrichika</id> <name>yrichika</name> <url>https://github.com/yrichika</url> <email>yrichikapub@gmail.com</email> </developer> </developers> <properties> <info.versionScheme>semver-spec</info.versionScheme> </properties> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala3-library_3</artifactId> <version>3.0.1</version> </dependency> <dependency> <groupId>org.scalactic</groupId> <artifactId>scalactic_3</artifactId> <version>3.2.9</version> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_3</artifactId> <version>3.2.9</version> <scope>test</scope> </dependency> <dependency> <groupId>org.jsoup</groupId> <artifactId>jsoup</artifactId> <version>1.14.3</version> </dependency> </dependencies> </project>