w

westty-docbkx

Westty Documentation
Files download
File Operation
westty-docbkx-0.1.1.jar download
westty-docbkx-0.1.1.pom download
Apache Maven
<dependency>
  <groupId>org.deephacks.westty</groupId>
  <artifactId>westty-docbkx</artifactId>
  <version>0.1.1</version>
</dependency>
Gradle Groovy
implementation 'org.deephacks.westty:westty-docbkx:0.1.1'
Gradle Kotlin
implementation("org.deephacks.westty:westty-docbkx:0.1.1")
Scala SBT
libraryDependencies += "org.deephacks.westty" % "westty-docbkx" % "0.1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.deephacks.westty', module='westty-docbkx', version='0.1.1')
)
Apache Ivy
<dependency org="org.deephacks.westty" name="westty-docbkx" rev="0.1.1" />
Leiningen
[org.deephacks.westty/westty-docbkx "0.1.1"]
Apache Buildr
'org.deephacks.westty:westty-docbkx:jar:0.1.1'