文件下载
文件名 操作
knowgate-xhtml-9.0.jar 下载
knowgate-xhtml-9.0.pom 下载
knowgate-xhtml-9.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.knowgate</groupId>
  <artifactId>knowgate-xhtml</artifactId>
  <version>9.0</version>
</dependency>
Gradle Groovy
implementation 'com.knowgate:knowgate-xhtml:9.0'
Gradle Kotlin
implementation("com.knowgate:knowgate-xhtml:9.0")
Scala SBT
libraryDependencies += "com.knowgate" % "knowgate-xhtml" % "9.0"
Groovy Grape
@Grapes(
  @Grab(group='com.knowgate', module='knowgate-xhtml', version='9.0')
)
Apache Ivy
<dependency org="com.knowgate" name="knowgate-xhtml" rev="9.0" />
Leiningen
[com.knowgate/knowgate-xhtml "9.0"]
Apache Buildr
'com.knowgate:knowgate-xhtml:jar:9.0'