MVN

com.googlecode.the-fascinator : fascinator-portal

Maven & Gradle

Dec 13, 2019
10 usages
0 stars

The Fascinator - Portal

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

Latest Version

Choose a version of com.googlecode.the-fascinator : fascinator-portal 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-portal to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.googlecode.the-fascinator:fascinator-portal:1.6'

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

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

How to add a dependency to SBT Scala

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

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