| License |
License
MIT/X11
|
|---|---|
| Categories |
CategoriesJava Languages |
| GroupId | GroupIdcom.github.nikita-volkov.java |
| ArtifactId | ArtifactIdcomposites |
| Last Version | Last Version1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionComposite types for Java
A lightweight library of multi-arity anonymous product- and sum-types for Java
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| composites-1.pom | |
| composites-1.jar | 16 KB |
| composites-1-sources.jar | 6 KB |
| composites-1-javadoc.jar | 96 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |