Categories |
CategoriesImmutables Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdorg.immutables |
ArtifactId | ArtifactIdeventual |
Version | Version1 |
Type | Typejar |
Filename | Size |
---|---|
eventual-1.pom | |
eventual-1.jar | 28 KB |
eventual-1-tests.jar | 8 KB |
eventual-1-sources.jar | 12 KB |
eventual-1-javadoc.jar | 27 KB |
Browse |
<!-- 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"]