MVN

de.uni-mannheim.informatik.dws : alcomo

Maven & Gradle

Nov 26, 2021
0 stars

ALCOMO - Applying Logical Constraints on Matching Ontologies · Maven fork of the original ALCOMO code base.

<dependency>
    <groupId>de.uni-mannheim.informatik.dws</groupId>
    <artifactId>alcomo</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.uni-mannheim.informatik.dws : alcomo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of de.uni-mannheim.informatik.dws : alcomo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
alcomo-1.1
1.0
alcomo-1.0

How to add a dependency to Maven

Add the following de.uni-mannheim.informatik.dws : alcomo maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.uni-mannheim.informatik.dws</groupId>
    <artifactId>alcomo</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.uni-mannheim.informatik.dws : alcomo gradle dependency to your build.gradle file:

implementation 'de.uni-mannheim.informatik.dws:alcomo:1.1'

Gradle Kotlin DSL: Add the following de.uni-mannheim.informatik.dws : alcomo gradle kotlin dependency to your build.gradle.kts file:

implementation("de.uni-mannheim.informatik.dws:alcomo:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.uni-mannheim.informatik.dws : alcomo sbt scala dependency to your build.sbt file:

libraryDependencies += "de.uni-mannheim.informatik.dws" % "alcomo" % "1.1"

Advertisement