is not current version
Last Version 0.18

org.immutables:fixture 0.13

Module that contains all tests for the code generation capability

Categories

Categories

Immutables Application Layer Libs Code Generators
GroupId

GroupId

org.immutables
ArtifactId

ArtifactId

fixture
Version

Version

0.13
Type

Type

jar

Download fixture 0.13


<!-- https://jarcasting.com/artifacts/org.immutables/fixture/ -->
<dependency>
    <groupId>org.immutables</groupId>
    <artifactId>fixture</artifactId>
    <version>0.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.immutables/fixture/
implementation 'org.immutables:fixture:0.13'
// https://jarcasting.com/artifacts/org.immutables/fixture/
implementation ("org.immutables:fixture:0.13")
'org.immutables:fixture:jar:0.13'
<dependency org="org.immutables" name="fixture" rev="0.13">
  <artifact name="fixture" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.immutables', module='fixture', version='0.13')
)
libraryDependencies += "org.immutables" % "fixture" % "0.13"
[org.immutables/fixture "0.13"]