g

generator-fixture

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