MVN

com.github.ontologyportal : sigma-component

Maven & Gradle

Feb 03, 2017
1 usages
76 stars

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.

<dependency>
    <groupId>com.github.ontologyportal</groupId>
    <artifactId>sigma-component</artifactId>
    <version>2.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.ontologyportal : sigma-component to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.12

All Versions

Choose a version of com.github.ontologyportal : sigma-component to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.12
sigma-component-2.12
2.11
sigma-component-2.11

How to add a dependency to Maven

Add the following com.github.ontologyportal : sigma-component maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.ontologyportal</groupId>
    <artifactId>sigma-component</artifactId>
    <version>2.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.ontologyportal : sigma-component gradle dependency to your build.gradle file:

implementation 'com.github.ontologyportal:sigma-component:2.12'

Gradle Kotlin DSL: Add the following com.github.ontologyportal : sigma-component gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.ontologyportal:sigma-component:2.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.ontologyportal : sigma-component sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.ontologyportal" % "sigma-component" % "2.12"