| License |
License |
|---|---|
| Categories |
CategoriesImmutables Application Layer Libs Code Generators Vavr General Purpose Libraries Functional Programming |
| GroupId | GroupIdorg.immutables.vavr |
| ArtifactId | ArtifactIdvavr-examples |
| Last Version | Last Version0.6.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionvavr-examples
Immutables.org examples for Vavr (Examples)
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationThe Immutables.org authors |
| Filename | Size |
|---|---|
| vavr-examples-0.6.2.pom | |
| vavr-examples-0.6.2.jar | 92 KB |
| vavr-examples-0.6.2-tests.jar | 26 KB |
| vavr-examples-0.6.2-test-sources.jar | 19 KB |
| vavr-examples-0.6.2-sources.jar | 51 KB |
| vavr-examples-0.6.2-javadoc.jar | 679 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.immutables.vavr/vavr-examples/ -->
<dependency>
<groupId>org.immutables.vavr</groupId>
<artifactId>vavr-examples</artifactId>
<version>0.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.immutables.vavr/vavr-examples/
implementation 'org.immutables.vavr:vavr-examples:0.6.2'
// https://jarcasting.com/artifacts/org.immutables.vavr/vavr-examples/
implementation ("org.immutables.vavr:vavr-examples:0.6.2")
'org.immutables.vavr:vavr-examples:jar:0.6.2'
<dependency org="org.immutables.vavr" name="vavr-examples" rev="0.6.2">
<artifact name="vavr-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.immutables.vavr', module='vavr-examples', version='0.6.2')
)
libraryDependencies += "org.immutables.vavr" % "vavr-examples" % "0.6.2"
[org.immutables.vavr/vavr-examples "0.6.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.immutables.vavr : vavr-encodings | jar | 0.6.2 |
| io.vavr : vavr | jar | 0.9.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.immutables : value | jar | 2.6.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |