b

bck2brwsr-archetype-html-sample

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.
文件下载
文件名 操作
bck2brwsr-archetype-html-sample-0.7.2.jar 下载
bck2brwsr-archetype-html-sample-0.7.2.pom 下载
bck2brwsr-archetype-html-sample-0.7.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apidesign.bck2brwsr</groupId>
  <artifactId>bck2brwsr-archetype-html-sample</artifactId>
  <version>0.7.2</version>
</dependency>
Gradle Groovy
implementation 'org.apidesign.bck2brwsr:bck2brwsr-archetype-html-sample:0.7.2'
Gradle Kotlin
implementation("org.apidesign.bck2brwsr:bck2brwsr-archetype-html-sample:0.7.2")
Scala SBT
libraryDependencies += "org.apidesign.bck2brwsr" % "bck2brwsr-archetype-html-sample" % "0.7.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apidesign.bck2brwsr', module='bck2brwsr-archetype-html-sample', version='0.7.2')
)
Apache Ivy
<dependency org="org.apidesign.bck2brwsr" name="bck2brwsr-archetype-html-sample" rev="0.7.2" />
Leiningen
[org.apidesign.bck2brwsr/bck2brwsr-archetype-html-sample "0.7.2"]
Apache Buildr
'org.apidesign.bck2brwsr:bck2brwsr-archetype-html-sample:jar:0.7.2'