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