k

ko-osgi-test

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