MVN

com.welemski : gobblerparty

Maven & Gradle

Apr 29, 2017

Gobbler Party · GobblerParty is an extension of Gobbler that contains convenience classes and methods for talking to PoolParty webservices: Thesaurus, Extractor, SPARQL end point etc. This library also provides a convenient class for building SPARQL query so that you can parameterized it.

<dependency>
    <groupId>com.welemski</groupId>
    <artifactId>gobblerparty</artifactId>
    <version>1.1.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.welemski : gobblerparty to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.10

All Versions

Choose a version of com.welemski : gobblerparty to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
gobblerparty-1.1.10
gobblerparty-1.1.9
gobblerparty-1.1.8
gobblerparty-1.1.7
gobblerparty-1.1.6
gobblerparty-1.1.5
gobblerparty-1.1.4-RELEASE
gobblerparty-1.1.3-RELEASE
gobblerparty-1.1.2-RELEASE
gobblerparty-1.1.1-RELEASE
gobblerparty-1.1.0-RELEASE
1.0.x
gobblerparty-1.0.13-RELEASE
gobblerparty-1.0.12-RELEASE
gobblerparty-1.0.11-RELEASE
gobblerparty-1.0.10-RELEASE
gobblerparty-1.0.9-RELEASE
gobblerparty-1.0.8-RELEASE
gobblerparty-1.0.7-RELEASE
gobblerparty-1.0.6-RELEASE
gobblerparty-1.0.5-RELEASE
gobblerparty-1.0.4-RELEASE
gobblerparty-1.0.3-RELEASE
gobblerparty-1.0.2-RELEASE
gobblerparty-1.0.1-RELEASE
1.0
gobblerparty-1.0-RELEASE

How to add a dependency to Maven

Add the following com.welemski : gobblerparty maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.welemski</groupId>
    <artifactId>gobblerparty</artifactId>
    <version>1.1.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.welemski : gobblerparty gradle dependency to your build.gradle file:

implementation 'com.welemski:gobblerparty:1.1.10'

Gradle Kotlin DSL: Add the following com.welemski : gobblerparty gradle kotlin dependency to your build.gradle.kts file:

implementation("com.welemski:gobblerparty:1.1.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.welemski : gobblerparty sbt scala dependency to your build.sbt file:

libraryDependencies += "com.welemski" % "gobblerparty" % "1.1.10"

Advertisement