g

generator-fixture

Module that contains all tests for the code generation capability
Files download
File Operation
generator-fixture-2.8.0.jar download
generator-fixture-2.8.0.pom download
generator-fixture-2.8.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.immutables</groupId>
  <artifactId>generator-fixture</artifactId>
  <version>2.8.0</version>
</dependency>
Gradle Groovy
implementation 'org.immutables:generator-fixture:2.8.0'
Gradle Kotlin
implementation("org.immutables:generator-fixture:2.8.0")
Scala SBT
libraryDependencies += "org.immutables" % "generator-fixture" % "2.8.0"
Groovy Grape
@Grapes(
  @Grab(group='org.immutables', module='generator-fixture', version='2.8.0')
)
Apache Ivy
<dependency org="org.immutables" name="generator-fixture" rev="2.8.0" />
Leiningen
[org.immutables/generator-fixture "2.8.0"]
Apache Buildr
'org.immutables:generator-fixture:jar:2.8.0'