MVN

com.googlecode.the-fascinator : fascinator-plugin-api

Maven & Gradle

Dec 13, 2019
44 usages
4 stars

The Fascinator - Plugin API · https://sites.google.com/site/fascinatorhome/home/documentation/technical/documents/plugin-api

<dependency>
    <groupId>com.googlecode.the-fascinator</groupId>
    <artifactId>fascinator-plugin-api</artifactId>
    <version>1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.the-fascinator : fascinator-plugin-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6
  • Latest Release Candidate: 1.1.3-RC01

All Versions

Choose a version of com.googlecode.the-fascinator : fascinator-plugin-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6
fascinator-plugin-api-1.6
1.5
fascinator-plugin-api-1.5
1.4.x
fascinator-plugin-api-1.4.0.1
1.4
fascinator-plugin-api-1.4
1.3
fascinator-plugin-api-1.3
1.2
fascinator-plugin-api-1.2
1.1.x
fascinator-plugin-api-1.1.5
fascinator-plugin-api-1.1.4
fascinator-plugin-api-1.1.3
fascinator-plugin-api-1.1.3-RC01
fascinator-plugin-api-1.1.2
fascinator-plugin-api-1.1.1
1.1
fascinator-plugin-api-1.1
1.0.x
fascinator-plugin-api-1.0.8
fascinator-plugin-api-1.0.7
fascinator-plugin-api-1.0.6
fascinator-plugin-api-1.0.5
fascinator-plugin-api-1.0.4
fascinator-plugin-api-1.0.3

How to add a dependency to Maven

Add the following com.googlecode.the-fascinator : fascinator-plugin-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.googlecode.the-fascinator</groupId>
    <artifactId>fascinator-plugin-api</artifactId>
    <version>1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.googlecode.the-fascinator : fascinator-plugin-api gradle dependency to your build.gradle file:

implementation 'com.googlecode.the-fascinator:fascinator-plugin-api:1.6'

Gradle Kotlin DSL: Add the following com.googlecode.the-fascinator : fascinator-plugin-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.googlecode.the-fascinator:fascinator-plugin-api:1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.googlecode.the-fascinator : fascinator-plugin-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.googlecode.the-fascinator" % "fascinator-plugin-api" % "1.6"

Advertisement