License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdorg.apidesign.bck2brwsr |
ArtifactId | ArtifactIdbck2brwsr-archetype-html-sample |
Last Version | Last Version0.7.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBck2Brwsr Maven Archetype
Creates a skeletal HTML page and associated Java controller class.
Runs in any browser (even without Java plugin) with the help of Bck2Brwsr
virtual machine.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.apidesign.bck2brwsr/bck2brwsr-archetype-html-sample/ -->
<dependency>
<groupId>org.apidesign.bck2brwsr</groupId>
<artifactId>bck2brwsr-archetype-html-sample</artifactId>
<version>0.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apidesign.bck2brwsr/bck2brwsr-archetype-html-sample/
implementation 'org.apidesign.bck2brwsr:bck2brwsr-archetype-html-sample:0.7.2'
// https://jarcasting.com/artifacts/org.apidesign.bck2brwsr/bck2brwsr-archetype-html-sample/
implementation ("org.apidesign.bck2brwsr:bck2brwsr-archetype-html-sample:0.7.2")
'org.apidesign.bck2brwsr:bck2brwsr-archetype-html-sample:jar:0.7.2'
<dependency org="org.apidesign.bck2brwsr" name="bck2brwsr-archetype-html-sample" rev="0.7.2">
<artifact name="bck2brwsr-archetype-html-sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apidesign.bck2brwsr', module='bck2brwsr-archetype-html-sample', version='0.7.2')
)
libraryDependencies += "org.apidesign.bck2brwsr" % "bck2brwsr-archetype-html-sample" % "0.7.2"
[org.apidesign.bck2brwsr/bck2brwsr-archetype-html-sample "0.7.2"]
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.7 |