Last Version

Composite types for Java 1

A lightweight library of multi-arity anonymous product- and sum-types for Java

License

License

MIT/X11
Categories

Categories

Java Languages
GroupId

GroupId

com.github.nikita-volkov.java
ArtifactId

ArtifactId

composites
Version

Version

1
Type

Type

jar
Description

Description

Composite types for Java
A lightweight library of multi-arity anonymous product- and sum-types for Java
Project URL

Project URL

http://github.com/nikita-volkov/composites.java

Download composites 1


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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.