MVN

org.99soft.semweb : sameas4j

Maven & Gradle

Feb 24, 2012
7 stars

A tiny and lightweight library that allows you to integrate the http://sameas.org service in your Semantic Web Java application.

<dependency>
    <groupId>org.99soft.semweb</groupId>
    <artifactId>sameas4j</artifactId>
    <version>2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.99soft.semweb : sameas4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0

All Versions

Choose a version of org.99soft.semweb : sameas4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0
sameas4j-2.0

How to add a dependency to Maven

Add the following org.99soft.semweb : sameas4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.99soft.semweb</groupId>
    <artifactId>sameas4j</artifactId>
    <version>2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.99soft.semweb : sameas4j gradle dependency to your build.gradle file:

implementation 'org.99soft.semweb:sameas4j:2.0'

Gradle Kotlin DSL: Add the following org.99soft.semweb : sameas4j gradle kotlin dependency to your build.gradle.kts file:

implementation("org.99soft.semweb:sameas4j:2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.99soft.semweb : sameas4j sbt scala dependency to your build.sbt file:

libraryDependencies += "org.99soft.semweb" % "sameas4j" % "2.0"