License |
License |
---|---|
GroupId | GroupIdcom.frugalmechanic |
ArtifactId | ArtifactIdfm-html_2.12 |
Version | Version0.10.0 |
Type | Typejar |
Description |
Descriptionfm-html
A Simple HTML5 DSL for Scala
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
fm-html_2.12-0.10.0.pom | |
fm-html_2.12-0.10.0.jar | 1 MB |
fm-html_2.12-0.10.0-sources.jar | 19 KB |
fm-html_2.12-0.10.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.frugalmechanic/fm-html_2.12/ -->
<dependency>
<groupId>com.frugalmechanic</groupId>
<artifactId>fm-html_2.12</artifactId>
<version>0.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.frugalmechanic/fm-html_2.12/
implementation 'com.frugalmechanic:fm-html_2.12:0.10.0'
// https://jarcasting.com/artifacts/com.frugalmechanic/fm-html_2.12/
implementation ("com.frugalmechanic:fm-html_2.12:0.10.0")
'com.frugalmechanic:fm-html_2.12:jar:0.10.0'
<dependency org="com.frugalmechanic" name="fm-html_2.12" rev="0.10.0">
<artifact name="fm-html_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.frugalmechanic', module='fm-html_2.12', version='0.10.0')
)
libraryDependencies += "com.frugalmechanic" % "fm-html_2.12" % "0.10.0"
[com.frugalmechanic/fm-html_2.12 "0.10.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.12.13 |
org.apache.commons : commons-text | jar | 1.9 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.12 | jar | 3.2.2 |