t

the-fascinator

The Fascinator platform is a set of components that can be remixed/mashed to meet a variety of repository-centric needs.
http://code.google.com/p/the-fascinator/
文件下载
文件名 操作
the-fascinator-1.6.pom 下载
Apache Maven
<dependency>
  <groupId>com.googlecode.the-fascinator</groupId>
  <artifactId>the-fascinator</artifactId>
  <version>1.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.googlecode.the-fascinator:the-fascinator:1.6'
Gradle Kotlin
implementation("com.googlecode.the-fascinator:the-fascinator:1.6")
Scala SBT
libraryDependencies += "com.googlecode.the-fascinator" % "the-fascinator" % "1.6"
Groovy Grape
@Grapes(
  @Grab(group='com.googlecode.the-fascinator', module='the-fascinator', version='1.6')
)
Apache Ivy
<dependency org="com.googlecode.the-fascinator" name="the-fascinator" rev="1.6" />
Leiningen
[com.googlecode.the-fascinator/the-fascinator "1.6"]
Apache Buildr
'com.googlecode.the-fascinator:the-fascinator:jar:1.6'