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