is not current version
Last Version 1.1

org.immutables:eventual 1


Categories

Categories

Immutables Application Layer Libs Code Generators
GroupId

GroupId

org.immutables
ArtifactId

ArtifactId

eventual
Version

Version

1
Type

Type

jar

Download eventual 1


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