Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/citymonstret/semantik
Various semantic and/or functional utilities not in the Java standard library
https://github.com/citymonstret/semantik
Last synced: 7 days ago
JSON representation
Various semantic and/or functional utilities not in the Java standard library
- Host: GitHub
- URL: https://github.com/citymonstret/semantik
- Owner: Citymonstret
- License: apache-2.0
- Created: 2017-12-23T16:39:44.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-23T16:43:52.000Z (almost 7 years ago)
- Last Synced: 2024-10-11T03:22:13.727Z (about 1 month ago)
- Language: Java
- Size: 67.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Semantik
Various semantic and/or functional utilities and objects not in the Java standard library
The project currently contains:
- Tuples, ranging from 1-Tuple to 25-Tuple (And a class for generating up to *n*-tuple)## Maven
Repository
```xml
jitpack.io
https://jitpack.io
```
Dependency
```xmlcom.github.Sauilitired
Semantik
1.0```