s

sigma-component

Sigma knowledge engineering system is an system for developing, viewing and debugging theories in first order logic. It works with Knowledge Interchange Format (KIF) and is optimized for the Suggested Upper Merged Ontology (SUMO) www.ontologyportal.org.
www.ontologyportal.org
GNU General Public License
Adam Pease Ivan Zilotti
Files download
File Operation
sigma-component-2.10.jar download
sigma-component-2.10.pom download
sigma-component-2.10-sources.jar download
Apache Maven
<dependency>
  <groupId>com.articulatesoftware</groupId>
  <artifactId>sigma-component</artifactId>
  <version>2.10</version>
</dependency>
Gradle Groovy
implementation 'com.articulatesoftware:sigma-component:2.10'
Gradle Kotlin
implementation("com.articulatesoftware:sigma-component:2.10")
Scala SBT
libraryDependencies += "com.articulatesoftware" % "sigma-component" % "2.10"
Groovy Grape
@Grapes(
  @Grab(group='com.articulatesoftware', module='sigma-component', version='2.10')
)
Apache Ivy
<dependency org="com.articulatesoftware" name="sigma-component" rev="2.10" />
Leiningen
[com.articulatesoftware/sigma-component "2.10"]
Apache Buildr
'com.articulatesoftware:sigma-component:jar:2.10'