Files download
File Operation
owlapi-normalform-3.3.jar download
owlapi-normalform-3.3.pom download
owlapi-normalform-3.3-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sourceforge.owlapi</groupId>
  <artifactId>owlapi-normalform</artifactId>
  <version>3.3</version>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.owlapi:owlapi-normalform:3.3'
Gradle Kotlin
implementation("net.sourceforge.owlapi:owlapi-normalform:3.3")
Scala SBT
libraryDependencies += "net.sourceforge.owlapi" % "owlapi-normalform" % "3.3"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.owlapi', module='owlapi-normalform', version='3.3')
)
Apache Ivy
<dependency org="net.sourceforge.owlapi" name="owlapi-normalform" rev="3.3" />
Leiningen
[net.sourceforge.owlapi/owlapi-normalform "3.3"]
Apache Buildr
'net.sourceforge.owlapi:owlapi-normalform:jar:3.3'