Files download
File Operation
fascinator-plugins-1.5.pom download
Apache Maven
<dependency>
  <groupId>com.googlecode.the-fascinator</groupId>
  <artifactId>fascinator-plugins</artifactId>
  <version>1.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.googlecode.the-fascinator:fascinator-plugins:1.5'
Gradle Kotlin
implementation("com.googlecode.the-fascinator:fascinator-plugins:1.5")
Scala SBT
libraryDependencies += "com.googlecode.the-fascinator" % "fascinator-plugins" % "1.5"
Groovy Grape
@Grapes(
  @Grab(group='com.googlecode.the-fascinator', module='fascinator-plugins', version='1.5')
)
Apache Ivy
<dependency org="com.googlecode.the-fascinator" name="fascinator-plugins" rev="1.5" />
Leiningen
[com.googlecode.the-fascinator/fascinator-plugins "1.5"]
Apache Buildr
'com.googlecode.the-fascinator:fascinator-plugins:jar:1.5'