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