c

csv-export-plugin

A plugin for Protégé 5 that provides a way of outputting selected entities and relations to a delimiter-separated file.
https://github.com/protegeproject/csv-export-plugin
BSD 2-Clause License
Stanford Center for Biomedical Informatics Research
Rafael Gonçalves
Files download
File Operation
csv-export-plugin-1.0.0.jar download
csv-export-plugin-1.0.0.pom download
csv-export-plugin-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>edu.stanford.protege</groupId>
  <artifactId>csv-export-plugin</artifactId>
  <version>1.0.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'edu.stanford.protege:csv-export-plugin:1.0.0'
Gradle Kotlin
implementation("edu.stanford.protege:csv-export-plugin:1.0.0")
Scala SBT
libraryDependencies += "edu.stanford.protege" % "csv-export-plugin" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='edu.stanford.protege', module='csv-export-plugin', version='1.0.0')
)
Apache Ivy
<dependency org="edu.stanford.protege" name="csv-export-plugin" rev="1.0.0" />
Leiningen
[edu.stanford.protege/csv-export-plugin "1.0.0"]
Apache Buildr
'edu.stanford.protege:csv-export-plugin:jar:1.0.0'