License |
License |
---|---|
GroupId | GroupIdcom.frugalmechanic |
ArtifactId | ArtifactIdfm-html_2.11 |
Version | Version0.4.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.11-0.4.0.pom | |
fm-html_2.11-0.4.0.jar | 1 MB |
fm-html_2.11-0.4.0-sources.jar | 19 KB |
fm-html_2.11-0.4.0-javadoc.jar | 993 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.frugalmechanic/fm-html_2.11/ -->
<dependency>
<groupId>com.frugalmechanic</groupId>
<artifactId>fm-html_2.11</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.frugalmechanic/fm-html_2.11/
implementation 'com.frugalmechanic:fm-html_2.11:0.4.0'
// https://jarcasting.com/artifacts/com.frugalmechanic/fm-html_2.11/
implementation ("com.frugalmechanic:fm-html_2.11:0.4.0")
'com.frugalmechanic:fm-html_2.11:jar:0.4.0'
<dependency org="com.frugalmechanic" name="fm-html_2.11" rev="0.4.0">
<artifact name="fm-html_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.frugalmechanic', module='fm-html_2.11', version='0.4.0')
)
libraryDependencies += "com.frugalmechanic" % "fm-html_2.11" % "0.4.0"
[com.frugalmechanic/fm-html_2.11 "0.4.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.11.11 |
org.apache.commons : commons-lang3 | jar | 3.4 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.11 | jar | 3.0.1 |