j

jpaul

This library was originally developed by people listed at http://jpaul.sourceforge.net.
http://jpaul.sourceforge.net
Modified BSD License
Matthew Horridge
Files download
File Operation
jpaul-2.5.1.jar download
jpaul-2.5.1.pom download
jpaul-2.5.1-sources.jar download
Apache Maven
<dependency>
  <groupId>edu.stanford.protege</groupId>
  <artifactId>jpaul</artifactId>
  <version>2.5.1</version>
</dependency>
Gradle Groovy
implementation 'edu.stanford.protege:jpaul:2.5.1'
Gradle Kotlin
implementation("edu.stanford.protege:jpaul:2.5.1")
Scala SBT
libraryDependencies += "edu.stanford.protege" % "jpaul" % "2.5.1"
Groovy Grape
@Grapes(
  @Grab(group='edu.stanford.protege', module='jpaul', version='2.5.1')
)
Apache Ivy
<dependency org="edu.stanford.protege" name="jpaul" rev="2.5.1" />
Leiningen
[edu.stanford.protege/jpaul "2.5.1"]
Apache Buildr
'edu.stanford.protege:jpaul:jar:2.5.1'