k

ko-osgi-test

Runs the TCK for Knockout in an OSGi Container
Files download
File Operation
ko-osgi-test-0.7.5.jar download
ko-osgi-test-0.7.5.pom download
ko-osgi-test-0.7.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.netbeans.html</groupId>
  <artifactId>ko-osgi-test</artifactId>
  <version>0.7.5</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.netbeans.html:ko-osgi-test:0.7.5'
Gradle Kotlin
implementation("org.netbeans.html:ko-osgi-test:0.7.5")
Scala SBT
libraryDependencies += "org.netbeans.html" % "ko-osgi-test" % "0.7.5"
Groovy Grape
@Grapes(
  @Grab(group='org.netbeans.html', module='ko-osgi-test', version='0.7.5')
)
Apache Ivy
<dependency org="org.netbeans.html" name="ko-osgi-test" rev="0.7.5" />
Leiningen
[org.netbeans.html/ko-osgi-test "0.7.5"]
Apache Buildr
'org.netbeans.html:ko-osgi-test:jar:0.7.5'