MVN

it.tidalwave.bluebill.android : it-tidalwave-android-org-openrdf-sesame-model

Maven & Gradle

Sep 03, 2010
2 usages

Android Patch: OpenSesame Model

<dependency>
    <groupId>it.tidalwave.bluebill.android</groupId>
    <artifactId>it-tidalwave-android-org-openrdf-sesame-model</artifactId>
    <version>2.2.3.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.tidalwave.bluebill.android : it-tidalwave-android-org-openrdf-sesame-model to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.3.6
  • Latest Release Candidate: 0.14.1.RC1

All Versions

Choose a version of it.tidalwave.bluebill.android : it-tidalwave-android-org-openrdf-sesame-model to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
it-tidalwave-android-org-openrdf-sesame-model-2.2.3.6
it-tidalwave-android-org-openrdf-sesame-model-2.2.3.7
it-tidalwave-android-org-openrdf-sesame-model-2.2.3.4
it-tidalwave-android-org-openrdf-sesame-model-2.2.3.5
it-tidalwave-android-org-openrdf-sesame-model-2.2.3.3
it-tidalwave-android-org-openrdf-sesame-model-2.2.3.2
it-tidalwave-android-org-openrdf-sesame-model-2.2.3.1
0.14.x
it-tidalwave-android-org-openrdf-sesame-model-0.14.1.RC1

How to add a dependency to Maven

Add the following it.tidalwave.bluebill.android : it-tidalwave-android-org-openrdf-sesame-model maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>it.tidalwave.bluebill.android</groupId>
    <artifactId>it-tidalwave-android-org-openrdf-sesame-model</artifactId>
    <version>2.2.3.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following it.tidalwave.bluebill.android : it-tidalwave-android-org-openrdf-sesame-model gradle dependency to your build.gradle file:

implementation 'it.tidalwave.bluebill.android:it-tidalwave-android-org-openrdf-sesame-model:2.2.3.6'

Gradle Kotlin DSL: Add the following it.tidalwave.bluebill.android : it-tidalwave-android-org-openrdf-sesame-model gradle kotlin dependency to your build.gradle.kts file:

implementation("it.tidalwave.bluebill.android:it-tidalwave-android-org-openrdf-sesame-model:2.2.3.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following it.tidalwave.bluebill.android : it-tidalwave-android-org-openrdf-sesame-model sbt scala dependency to your build.sbt file:

libraryDependencies += "it.tidalwave.bluebill.android" % "it-tidalwave-android-org-openrdf-sesame-model" % "2.2.3.6"