is not current version
Last Version 1

com.github.nikita-volkov.java:composites 0.1.2

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

Categories

Categories

Java Languages
GroupId

GroupId

com.github.nikita-volkov.java
ArtifactId

ArtifactId

composites
Version

Version

0.1.2
Type

Type

jar

Download composites 0.1.2


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