MVN

org.apidesign.html : knockout4j-archetype

Maven & Gradle

Jan 01, 2015
1 usages

Knockout 4 Java Maven Archetype · HTML page with Knockout.js bindings driven by application model written in Java. Use your favorite language to code. Use HTML as a lightweight rendering toolkit. Deploy to desktop, Android, iOS, HTML5 browser.

<dependency>
    <groupId>org.apidesign.html</groupId>
    <artifactId>knockout4j-archetype</artifactId>
    <version>1.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apidesign.html : knockout4j-archetype to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.2

All Versions

Choose a version of org.apidesign.html : knockout4j-archetype to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
knockout4j-archetype-1.1.2
knockout4j-archetype-1.1.1
1.1
knockout4j-archetype-1.1
1.0
knockout4j-archetype-1.0
0.9
knockout4j-archetype-0.9
0.8.x
knockout4j-archetype-0.8.3
0.8
knockout4j-archetype-0.8
0.7.x
knockout4j-archetype-0.7.6
knockout4j-archetype-0.7.5
knockout4j-archetype-0.7.1
0.7
knockout4j-archetype-0.7
0.6
knockout4j-archetype-0.6
0.5
knockout4j-archetype-0.5
0.4
knockout4j-archetype-0.4
0.3
knockout4j-archetype-0.3

How to add a dependency to Maven

Add the following org.apidesign.html : knockout4j-archetype maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apidesign.html</groupId>
    <artifactId>knockout4j-archetype</artifactId>
    <version>1.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apidesign.html : knockout4j-archetype gradle dependency to your build.gradle file:

implementation 'org.apidesign.html:knockout4j-archetype:1.1.2'

Gradle Kotlin DSL: Add the following org.apidesign.html : knockout4j-archetype gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apidesign.html:knockout4j-archetype:1.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apidesign.html : knockout4j-archetype sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apidesign.html" % "knockout4j-archetype" % "1.1.2"